Html Css Color HEX #4785CF Havelock Blue

📋 copy color: '#4785CF'

red 71 ◦ green 133 ◦ blue 207

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

Shades of Havelock Blue #4785CF

Tints of Havelock Blue #4785CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 17.27%
G = 32.36%
B = 50.36%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4785CF (or 0x4785CF) is known color: Havelock Blue. HEX triplet: 47, 85 and CF. RGB value is (71,133,207). Sum of RGB (Red+Green+Blue) = 71+133+207=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #4785CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785CF is #B87A30. Grayscale: #7A7A7A. Windows color (decimal): -12089905 or 13600071. OLE color: 13600071.

HSL color Cylindrical-coordinate representation of color #4785CF: hue angle of 212.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4785CF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 133 207 -
CMYK 0.66 0.36 0 0.19
HSL 212.65º 0.59% 0.55% -
HSV(B) 212.65º 0.66% 0.81% -
XYZ 22.25 22.62 62.22 -
YUV 122.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 71 133 207 0.66 0.36 0 0.19 212.65 0.59 0.55
Hex 47 85 CF 42 24 0 13 D5 3B 37
Octal 107 205 317 102 44 0 23 325 73 67
Binary 1000111 10000101 11001111 1000010 100100 0 10011 11010101 111011 110111

Color Harmonies of #4785CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785CF

Black with #4785CF

Text Example


Text Example

White with #4785CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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