Html Css Color HEX #4B78CF Havelock Blue

📋 copy color: '#4B78CF'

red 75 ◦ green 120 ◦ blue 207

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

Shades of Havelock Blue #4B78CF

Tints of Havelock Blue #4B78CF

RGB

 RED value IS 75 (29.69% from 255) = 18.66%

 GREEN value IS 120 (47.27% from 255) = 29.85%

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

R = 18.66%
G = 29.85%
B = 51.49%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B78CF (or 0x4B78CF) is known color: Havelock Blue. HEX triplet: 4B, 78 and CF. RGB value is (75,120,207). Sum of RGB (Red+Green+Blue) = 75+120+207=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B78CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B78CF is #B48730. Grayscale: #747474. Windows color (decimal): -11831089 or 13596747. OLE color: 13596747.

HSL color Cylindrical-coordinate representation of color #4B78CF: hue angle of 219.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B78CF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 120 207 -
CMYK 0.64 0.42 0 0.19
HSL 219.55º 0.58% 0.55% -
HSV(B) 219.55º 0.64% 0.81% -
XYZ 20.88 19.43 61.68 -
YUV 116.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 75 120 207 0.64 0.42 0 0.19 219.55 0.58 0.55
Hex 4B 78 CF 40 2A 0 13 DC 3A 37
Octal 113 170 317 100 52 0 23 334 72 67
Binary 1001011 1111000 11001111 1000000 101010 0 10011 11011100 111010 110111

Color Harmonies of #4B78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B78CF

Black with #4B78CF

Text Example


Text Example

White with #4B78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B78CF; }

 p { color: rgb(75,120,207); }

 H1.HeaderClassName
 {
   color: #4B78CF;
 }
 .AnyTagClassName
 {
   color: #4B78CF;
 }
</style>

background-color css

<style>
 a { background-color: #4B78CF; }

 a { background-color: rgb(75,120,207); }

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

border-color css

<style>
 span { border-color: #4B78CF; }

 span { border-color: rgb(75,120,207); }

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