Html Css Color HEX #4B8FCC Havelock Blue

📋 copy color: '#4B8FCC'

red 75 ◦ green 143 ◦ blue 204

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

Shades of Havelock Blue #4B8FCC

Tints of Havelock Blue #4B8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 17.77%
G = 33.89%
B = 48.34%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B8FCC (or 0x4B8FCC) is known color: Havelock Blue. HEX triplet: 4B, 8F and CC. RGB value is (75,143,204). Sum of RGB (Red+Green+Blue) = 75+143+204=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B8FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FCC is #B47033. Grayscale: #818181. Windows color (decimal): -11825204 or 13406027. OLE color: 13406027.

HSL color Cylindrical-coordinate representation of color #4B8FCC: hue angle of 208.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B8FCC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 143 204 -
CMYK 0.63 0.30 0 0.2
HSL 208.37º 0.56% 0.55% -
HSV(B) 208.37º 0.63% 0.8% -
XYZ 23.62 25.5 60.8 -
YUV 129.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 75 143 204 0.63 0.30 0 0.2 208.37 0.56 0.55
Hex 4B 8F CC 3F 1E 0 14 D0 38 37
Octal 113 217 314 77 36 0 24 320 70 67
Binary 1001011 10001111 11001100 111111 11110 0 10100 11010000 111000 110111

Color Harmonies of #4B8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8FCC

Black with #4B8FCC

Text Example


Text Example

White with #4B8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,143,204); }

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

background-color css

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

 a { background-color: rgb(75,143,204); }

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

border-color css

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

 span { border-color: rgb(75,143,204); }

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