Html Css Color HEX #246E76 Allports

📋 copy color: '#246E76'

red 36 ◦ green 110 ◦ blue 118

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

Shades of Allports #246E76

Tints of Allports #246E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.67%

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 13.64%
G = 41.67%
B = 44.7%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#246E76 (or 0x246E76) is known color: Allports. HEX triplet: 24, 6E and 76. RGB value is (36,110,118). Sum of RGB (Red+Green+Blue) = 36+110+118=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #246E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E76 is #DB9189. Grayscale: #585858. Windows color (decimal): -14389642 or 7761444. OLE color: 7761444.

HSL color Cylindrical-coordinate representation of color #246E76: hue angle of 185.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246E76 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 110 118 -
CMYK 0.69 0.07 0 0.54
HSL 185.85º 0.53% 0.3% -
HSV(B) 185.85º 0.69% 0.46% -
XYZ 9.57 12.83 19.11 -
YUV 88.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 36 110 118 0.69 0.07 0 0.54 185.85 0.53 0.3
Hex 24 6E 76 45 7 0 36 BA 35 1E
Octal 44 156 166 105 7 0 66 272 65 36
Binary 100100 1101110 1110110 1000101 111 0 110110 10111010 110101 11110

Color Harmonies of #246E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246E76

Black with #246E76

Text Example


Text Example

White with #246E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,110,118); }

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

background-color css

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

 a { background-color: rgb(36,110,118); }

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

border-color css

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

 span { border-color: rgb(36,110,118); }

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