Html Css Color HEX #4885D1 Havelock Blue

📋 copy color: '#4885D1'

red 72 ◦ green 133 ◦ blue 209

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

Shades of Havelock Blue #4885D1

Tints of Havelock Blue #4885D1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 209 (82.03% from 255) = 50.48%

R = 17.39%
G = 32.13%
B = 50.48%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4885D1 (or 0x4885D1) is known color: Havelock Blue. HEX triplet: 48, 85 and D1. RGB value is (72,133,209). Sum of RGB (Red+Green+Blue) = 72+133+209=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #4885D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885D1 is #B77A2E. Grayscale: #7B7B7B. Windows color (decimal): -12024367 or 13731144. OLE color: 13731144.

HSL color Cylindrical-coordinate representation of color #4885D1: hue angle of 213.28º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4885D1 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 133 209 -
CMYK 0.66 0.36 0 0.18
HSL 213.28º 0.6% 0.55% -
HSV(B) 213.28º 0.66% 0.82% -
XYZ 22.57 22.76 63.52 -
YUV 123.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 72 133 209 0.66 0.36 0 0.18 213.28 0.6 0.55
Hex 48 85 D1 42 24 0 12 D5 3C 37
Octal 110 205 321 102 44 0 22 325 74 67
Binary 1001000 10000101 11010001 1000010 100100 0 10010 11010101 111100 110111

Color Harmonies of #4885D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885D1

Black with #4885D1

Text Example


Text Example

White with #4885D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4885D1; }

 p { color: rgb(72,133,209); }

 H1.HeaderClassName
 {
   color: #4885D1;
 }
 .AnyTagClassName
 {
   color: #4885D1;
 }
</style>

background-color css

<style>
 a { background-color: #4885D1; }

 a { background-color: rgb(72,133,209); }

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

border-color css

<style>
 span { border-color: #4885D1; }

 span { border-color: rgb(72,133,209); }

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