Html Css Color HEX #4F90CC Danube

📋 copy color: '#4F90CC'

red 79 ◦ green 144 ◦ blue 204

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

Shades of Danube #4F90CC

Tints of Danube #4F90CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 18.5%
G = 33.72%
B = 47.78%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F90CC (or 0x4F90CC) is known color: Danube. HEX triplet: 4F, 90 and CC. RGB value is (79,144,204). Sum of RGB (Red+Green+Blue) = 79+144+204=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F90CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90CC is #B06F33. Grayscale: #838383. Windows color (decimal): -11562804 or 13406287. OLE color: 13406287.

HSL color Cylindrical-coordinate representation of color #4F90CC: hue angle of 208.8º degrees, saturation: 0.55, 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 #4F90CC is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 144 204 -
CMYK 0.61 0.29 0 0.2
HSL 208.8º 0.55% 0.55% -
HSV(B) 208.8º 0.61% 0.8% -
XYZ 24.1 25.97 60.87 -
YUV 131.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 79 144 204 0.61 0.29 0 0.2 208.8 0.55 0.55
Hex 4F 90 CC 3D 1D 0 14 D1 37 37
Octal 117 220 314 75 35 0 24 321 67 67
Binary 1001111 10010000 11001100 111101 11101 0 10100 11010001 110111 110111

Color Harmonies of #4F90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F90CC

Black with #4F90CC

Text Example


Text Example

White with #4F90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,204); }

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

background-color css

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

 a { background-color: rgb(79,144,204); }

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

border-color css

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

 span { border-color: rgb(79,144,204); }

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