Html Css Color HEX #4C90CA Danube

📋 copy color: '#4C90CA'

red 76 ◦ green 144 ◦ blue 202

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

Shades of Danube #4C90CA

Tints of Danube #4C90CA

RGB

 RED value IS 76 (30.08% from 255) = 18.01%

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 18.01%
G = 34.12%
B = 47.87%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C90CA (or 0x4C90CA) is known color: Danube. HEX triplet: 4C, 90 and CA. RGB value is (76,144,202). Sum of RGB (Red+Green+Blue) = 76+144+202=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90CA is #B36F35. Grayscale: #818181. Windows color (decimal): -11759414 or 13275212. OLE color: 13275212.

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

Color convert

RGB 76 144 202 -
CMYK 0.62 0.29 0 0.21
HSL 207.62º 0.54% 0.55% -
HSV(B) 207.62º 0.62% 0.79% -
XYZ 23.61 25.75 59.6 -
YUV 130.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 76 144 202 0.62 0.29 0 0.21 207.62 0.54 0.55
Hex 4C 90 CA 3E 1D 0 15 D0 36 37
Octal 114 220 312 76 35 0 25 320 66 67
Binary 1001100 10010000 11001010 111110 11101 0 10101 11010000 110110 110111

Color Harmonies of #4C90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C90CA

Black with #4C90CA

Text Example


Text Example

White with #4C90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,144,202); }

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

background-color css

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

 a { background-color: rgb(76,144,202); }

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

border-color css

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

 span { border-color: rgb(76,144,202); }

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