Html Css Color HEX #246A77 Allports

📋 copy color: '#246A77'

red 36 ◦ green 106 ◦ blue 119

#246A77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #246A77

Tints of Allports #246A77

RGB

 RED value IS 36 (14.45% from 255) = 13.79%

 GREEN value IS 106 (41.8% from 255) = 40.61%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 13.79%
G = 40.61%
B = 45.59%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#246A77 (or 0x246A77) is known color: Allports. HEX triplet: 24, 6A and 77. RGB value is (36,106,119). Sum of RGB (Red+Green+Blue) = 36+106+119=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #246A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246A77 is #DB9588. Grayscale: #565656. Windows color (decimal): -14390665 or 7825956. OLE color: 7825956.

HSL color Cylindrical-coordinate representation of color #246A77: hue angle of 189.4º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246A77 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 106 119 -
CMYK 0.70 0.11 0 0.53
HSL 189.4º 0.54% 0.3% -
HSV(B) 189.4º 0.7% 0.47% -
XYZ 9.21 12.02 19.29 -
YUV 86.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 36 106 119 0.70 0.11 0 0.53 189.4 0.54 0.3
Hex 24 6A 77 46 B 0 35 BD 36 1E
Octal 44 152 167 106 13 0 65 275 66 36
Binary 100100 1101010 1110111 1000110 1011 0 110101 10111101 110110 11110

Color Harmonies of #246A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246A77

Black with #246A77

Text Example


Text Example

White with #246A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246A77; }

 p { color: rgb(36,106,119); }

 H1.HeaderClassName
 {
   color: #246A77;
 }
 .AnyTagClassName
 {
   color: #246A77;
 }
</style>

background-color css

<style>
 a { background-color: #246A77; }

 a { background-color: rgb(36,106,119); }

 div.DivClassName
 {
   background-color: #246A77;
 }
 .BgClassName
 {
   background-color: #246A77;
 }
</style>

border-color css

<style>
 span { border-color: #246A77; }

 span { border-color: rgb(36,106,119); }

 td.TdClassName
 {
   border-color: #246A77;
 }
 .TagClassName
 {
   border-color: #246A77;
 }
</style>