Html Css Color HEX #246F77 Allports

📋 copy color: '#246F77'

red 36 ◦ green 111 ◦ blue 119

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

Shades of Allports #246F77

Tints of Allports #246F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

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

R = 13.53%
G = 41.73%
B = 44.74%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246F77 (or 0x246F77) is known color: Allports. HEX triplet: 24, 6F and 77. RGB value is (36,111,119). Sum of RGB (Red+Green+Blue) = 36+111+119=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #246F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F77 is #DB9088. Grayscale: #595959. Windows color (decimal): -14389385 or 7827236. OLE color: 7827236.

HSL color Cylindrical-coordinate representation of color #246F77: hue angle of 185.78º 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 #246F77 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 111 119 -
CMYK 0.70 0.07 0 0.53
HSL 185.78º 0.54% 0.3% -
HSV(B) 185.78º 0.7% 0.47% -
XYZ 9.74 13.08 19.46 -
YUV 89.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 36 111 119 0.70 0.07 0 0.53 185.78 0.54 0.3
Hex 24 6F 77 46 7 0 35 BA 36 1E
Octal 44 157 167 106 7 0 65 272 66 36
Binary 100100 1101111 1110111 1000110 111 0 110101 10111010 110110 11110

Color Harmonies of #246F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F77

Black with #246F77

Text Example


Text Example

White with #246F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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