Html Css Color HEX #4885D7 Havelock Blue

📋 copy color: '#4885D7'

red 72 ◦ green 133 ◦ blue 215

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

Shades of Havelock Blue #4885D7

Tints of Havelock Blue #4885D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.19%

R = 17.14%
G = 31.67%
B = 51.19%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4885D7 (or 0x4885D7) is known color: Havelock Blue. HEX triplet: 48, 85 and D7. RGB value is (72,133,215). Sum of RGB (Red+Green+Blue) = 72+133+215=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #4885D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885D7 is #B77A28. Grayscale: #7B7B7B. Windows color (decimal): -12024361 or 14124360. OLE color: 14124360.

HSL color Cylindrical-coordinate representation of color #4885D7: hue angle of 214.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4885D7 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 133 215 -
CMYK 0.67 0.38 0 0.16
HSL 214.41º 0.64% 0.56% -
HSV(B) 214.41º 0.67% 0.84% -
XYZ 23.33 23.06 67.51 -
YUV 124.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 72 133 215 0.67 0.38 0 0.16 214.41 0.64 0.56
Hex 48 85 D7 43 26 0 10 D6 40 38
Octal 110 205 327 103 46 0 20 326 100 70
Binary 1001000 10000101 11010111 1000011 100110 0 10000 11010110 1000000 111000

Color Harmonies of #4885D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885D7

Black with #4885D7

Text Example


Text Example

White with #4885D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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