Html Css Color HEX #4B7FCE Havelock Blue

📋 copy color: '#4B7FCE'

red 75 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #4B7FCE

Tints of Havelock Blue #4B7FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 18.38%
G = 31.13%
B = 50.49%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B7FCE (or 0x4B7FCE) is known color: Havelock Blue. HEX triplet: 4B, 7F and CE. RGB value is (75,127,206). Sum of RGB (Red+Green+Blue) = 75+127+206=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B7FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FCE is #B48031. Grayscale: #787878. Windows color (decimal): -11829298 or 13533003. OLE color: 13533003.

HSL color Cylindrical-coordinate representation of color #4B7FCE: hue angle of 216.18º degrees, saturation: 0.57, 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 #4B7FCE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 127 206 -
CMYK 0.64 0.38 0 0.19
HSL 216.18º 0.57% 0.55% -
HSV(B) 216.18º 0.64% 0.81% -
XYZ 21.63 21.13 61.33 -
YUV 120.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 75 127 206 0.64 0.38 0 0.19 216.18 0.57 0.55
Hex 4B 7F CE 40 26 0 13 D8 39 37
Octal 113 177 316 100 46 0 23 330 71 67
Binary 1001011 1111111 11001110 1000000 100110 0 10011 11011000 111001 110111

Color Harmonies of #4B7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FCE

Black with #4B7FCE

Text Example


Text Example

White with #4B7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,206); }

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

background-color css

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

 a { background-color: rgb(75,127,206); }

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

border-color css

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

 span { border-color: rgb(75,127,206); }

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