Html Css Color HEX #4990CA Havelock Blue

📋 copy color: '#4990CA'

red 73 ◦ green 144 ◦ blue 202

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

Shades of Havelock Blue #4990CA

Tints of Havelock Blue #4990CA

RGB

 RED value IS 73 (28.91% from 255) = 17.42%

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

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

R = 17.42%
G = 34.37%
B = 48.21%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4990CA (or 0x4990CA) is known color: Havelock Blue. HEX triplet: 49, 90 and CA. RGB value is (73,144,202). Sum of RGB (Red+Green+Blue) = 73+144+202=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #4990CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990CA is #B66F35. Grayscale: #818181. Windows color (decimal): -11956022 or 13275209. OLE color: 13275209.

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

Color convert

RGB 73 144 202 -
CMYK 0.64 0.29 0 0.21
HSL 206.98º 0.55% 0.54% -
HSV(B) 206.98º 0.64% 0.79% -
XYZ 23.38 25.63 59.59 -
YUV 129.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 73 144 202 0.64 0.29 0 0.21 206.98 0.55 0.54
Hex 49 90 CA 40 1D 0 15 CF 37 36
Octal 111 220 312 100 35 0 25 317 67 66
Binary 1001001 10010000 11001010 1000000 11101 0 10101 11001111 110111 110110

Color Harmonies of #4990CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4990CA

Black with #4990CA

Text Example


Text Example

White with #4990CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4990CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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