Html Css Color HEX #4785CD Havelock Blue

📋 copy color: '#4785CD'

red 71 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #4785CD

Tints of Havelock Blue #4785CD

RGB

 RED value IS 71 (28.13% from 255) = 17.36%

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

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

R = 17.36%
G = 32.52%
B = 50.12%

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

#4785CD (or 0x4785CD) is known color: Havelock Blue. HEX triplet: 47, 85 and CD. RGB value is (71,133,205). Sum of RGB (Red+Green+Blue) = 71+133+205=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #4785CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785CD is #B87A32. Grayscale: #7A7A7A. Windows color (decimal): -12089907 or 13468999. OLE color: 13468999.

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

Color convert

RGB 71 133 205 -
CMYK 0.65 0.35 0 0.20
HSL 212.24º 0.57% 0.54% -
HSV(B) 212.24º 0.65% 0.8% -
XYZ 22.01 22.52 60.95 -
YUV 122.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 71 133 205 0.65 0.35 0 0.20 212.24 0.57 0.54
Hex 47 85 CD 41 23 0 14 D4 39 36
Octal 107 205 315 101 43 0 24 324 71 66
Binary 1000111 10000101 11001101 1000001 100011 0 10100 11010100 111001 110110

Color Harmonies of #4785CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785CD

Black with #4785CD

Text Example


Text Example

White with #4785CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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