Html Css Color HEX #206476 Allports

📋 copy color: '#206476'

red 32 ◦ green 100 ◦ blue 118

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

Shades of Allports #206476

Tints of Allports #206476

RGB

 RED value IS 32 (12.89% from 255) = 12.8%

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

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

R = 12.8%
G = 40%
B = 47.2%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#206476 (or 0x206476) is known color: Allports. HEX triplet: 20, 64 and 76. RGB value is (32,100,118). Sum of RGB (Red+Green+Blue) = 32+100+118=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #206476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206476 is #DF9B89. Grayscale: #515151. Windows color (decimal): -14654346 or 7758880. OLE color: 7758880.

HSL color Cylindrical-coordinate representation of color #206476: hue angle of 192.56º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206476 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 100 118 -
CMYK 0.73 0.15 0 0.54
HSL 192.56º 0.57% 0.29% -
HSV(B) 192.56º 0.73% 0.46% -
XYZ 8.42 10.73 18.77 -
YUV 81.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 32 100 118 0.73 0.15 0 0.54 192.56 0.57 0.29
Hex 20 64 76 49 F 0 36 C1 39 1D
Octal 40 144 166 111 17 0 66 301 71 35
Binary 100000 1100100 1110110 1001001 1111 0 110110 11000001 111001 11101

Color Harmonies of #206476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206476

Black with #206476

Text Example


Text Example

White with #206476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206476; }

 p { color: rgb(32,100,118); }

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

background-color css

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

 a { background-color: rgb(32,100,118); }

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

border-color css

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

 span { border-color: rgb(32,100,118); }

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