Html Css Color HEX #4B8CCD Havelock Blue

📋 copy color: '#4B8CCD'

red 75 ◦ green 140 ◦ blue 205

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

Shades of Havelock Blue #4B8CCD

Tints of Havelock Blue #4B8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 17.86%
G = 33.33%
B = 48.81%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B8CCD (or 0x4B8CCD) is known color: Havelock Blue. HEX triplet: 4B, 8C and CD. RGB value is (75,140,205). Sum of RGB (Red+Green+Blue) = 75+140+205=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B8CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8CCD is #B47332. Grayscale: #7F7F7F. Windows color (decimal): -11825971 or 13470795. OLE color: 13470795.

HSL color Cylindrical-coordinate representation of color #4B8CCD: hue angle of 210º degrees, saturation: 0.57, 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 #4B8CCD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 140 205 -
CMYK 0.63 0.32 0 0.20
HSL 210º 0.57% 0.55% -
HSV(B) 210º 0.63% 0.8% -
XYZ 23.3 24.66 61.29 -
YUV 127.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 75 140 205 0.63 0.32 0 0.20 210 0.57 0.55
Hex 4B 8C CD 3F 20 0 14 D2 39 37
Octal 113 214 315 77 40 0 24 322 71 67
Binary 1001011 10001100 11001101 111111 100000 0 10100 11010010 111001 110111

Color Harmonies of #4B8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8CCD

Black with #4B8CCD

Text Example


Text Example

White with #4B8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,140,205); }

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

background-color css

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

 a { background-color: rgb(75,140,205); }

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

border-color css

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

 span { border-color: rgb(75,140,205); }

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