Html Css Color HEX #4890CC Havelock Blue

📋 copy color: '#4890CC'

red 72 ◦ green 144 ◦ blue 204

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

Shades of Havelock Blue #4890CC

Tints of Havelock Blue #4890CC

RGB

 RED value IS 72 (28.52% from 255) = 17.14%

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

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

R = 17.14%
G = 34.29%
B = 48.57%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4890CC (or 0x4890CC) is known color: Havelock Blue. HEX triplet: 48, 90 and CC. RGB value is (72,144,204). Sum of RGB (Red+Green+Blue) = 72+144+204=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #4890CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890CC is #B76F33. Grayscale: #818181. Windows color (decimal): -12021556 or 13406280. OLE color: 13406280.

HSL color Cylindrical-coordinate representation of color #4890CC: hue angle of 207.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4890CC is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 144 204 -
CMYK 0.65 0.29 0 0.2
HSL 207.27º 0.56% 0.54% -
HSV(B) 207.27º 0.65% 0.8% -
XYZ 23.54 25.68 60.84 -
YUV 129.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 72 144 204 0.65 0.29 0 0.2 207.27 0.56 0.54
Hex 48 90 CC 41 1D 0 14 CF 38 36
Octal 110 220 314 101 35 0 24 317 70 66
Binary 1001000 10010000 11001100 1000001 11101 0 10100 11001111 111000 110110

Color Harmonies of #4890CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4890CC

Black with #4890CC

Text Example


Text Example

White with #4890CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4890CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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