Html Css Color HEX #246477 Allports

📋 copy color: '#246477'

red 36 ◦ green 100 ◦ blue 119

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

Shades of Allports #246477

Tints of Allports #246477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.22%

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

R = 14.12%
G = 39.22%
B = 46.67%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246477 (or 0x246477) is known color: Allports. HEX triplet: 24, 64 and 77. RGB value is (36,100,119). Sum of RGB (Red+Green+Blue) = 36+100+119=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #246477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246477 is #DB9B88. Grayscale: #525252. Windows color (decimal): -14392201 or 7824420. OLE color: 7824420.

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

Color convert

RGB 36 100 119 -
CMYK 0.70 0.16 0 0.53
HSL 193.73º 0.54% 0.3% -
HSV(B) 193.73º 0.7% 0.47% -
XYZ 8.61 10.82 19.09 -
YUV 83.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 36 100 119 0.70 0.16 0 0.53 193.73 0.54 0.3
Hex 24 64 77 46 10 0 35 C2 36 1E
Octal 44 144 167 106 20 0 65 302 66 36
Binary 100100 1100100 1110111 1000110 10000 0 110101 11000010 110110 11110

Color Harmonies of #246477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246477

Black with #246477

Text Example


Text Example

White with #246477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246477; }

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

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

background-color css

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

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

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

border-color css

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

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

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