Html Css Color HEX #4885CD Havelock Blue

📋 copy color: '#4885CD'

red 72 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #4885CD

Tints of Havelock Blue #4885CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 17.56%
G = 32.44%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4885CD (or 0x4885CD) is known color: Havelock Blue. HEX triplet: 48, 85 and CD. RGB value is (72,133,205). Sum of RGB (Red+Green+Blue) = 72+133+205=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #4885CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885CD is #B77A32. Grayscale: #7A7A7A. Windows color (decimal): -12024371 or 13469000. OLE color: 13469000.

HSL color Cylindrical-coordinate representation of color #4885CD: hue angle of 212.48º degrees, saturation: 0.57, 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 #4885CD is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 133 205 -
CMYK 0.65 0.35 0 0.20
HSL 212.48º 0.57% 0.54% -
HSV(B) 212.48º 0.65% 0.8% -
XYZ 22.08 22.56 60.95 -
YUV 122.97 174.29 91.65 -
System Red Green Blue C M Y K H S L
Decimal 72 133 205 0.65 0.35 0 0.20 212.48 0.57 0.54
Hex 48 85 CD 41 23 0 14 D4 39 36
Octal 110 205 315 101 43 0 24 324 71 66
Binary 1001000 10000101 11001101 1000001 100011 0 10100 11010100 111001 110110

Color Harmonies of #4885CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885CD

Black with #4885CD

Text Example


Text Example

White with #4885CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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