Html Css Color HEX #4F91CB Danube

📋 copy color: '#4F91CB'

red 79 ◦ green 145 ◦ blue 203

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

Shades of Danube #4F91CB

Tints of Danube #4F91CB

RGB

 RED value IS 79 (31.25% from 255) = 18.5%

 GREEN value IS 145 (57.03% from 255) = 33.96%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 18.5%
G = 33.96%
B = 47.54%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F91CB (or 0x4F91CB) is known color: Danube. HEX triplet: 4F, 91 and CB. RGB value is (79,145,203). Sum of RGB (Red+Green+Blue) = 79+145+203=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F91CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F91CB is #B06E34. Grayscale: #838383. Windows color (decimal): -11562549 or 13341007. OLE color: 13341007.

HSL color Cylindrical-coordinate representation of color #4F91CB: hue angle of 208.06º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F91CB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 145 203 -
CMYK 0.61 0.29 0 0.20
HSL 208.06º 0.54% 0.55% -
HSV(B) 208.06º 0.61% 0.8% -
XYZ 24.13 26.22 60.29 -
YUV 131.88 168.13 90.28 -
System Red Green Blue C M Y K H S L
Decimal 79 145 203 0.61 0.29 0 0.20 208.06 0.54 0.55
Hex 4F 91 CB 3D 1D 0 14 D0 36 37
Octal 117 221 313 75 35 0 24 320 66 67
Binary 1001111 10010001 11001011 111101 11101 0 10100 11010000 110110 110111

Color Harmonies of #4F91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F91CB

Black with #4F91CB

Text Example


Text Example

White with #4F91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F91CB; }

 p { color: rgb(79,145,203); }

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

background-color css

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

 a { background-color: rgb(79,145,203); }

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

border-color css

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

 span { border-color: rgb(79,145,203); }

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