Html Css Color HEX #4B80CE Havelock Blue

📋 copy color: '#4B80CE'

red 75 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #4B80CE

Tints of Havelock Blue #4B80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 18.34%
G = 31.3%
B = 50.37%

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

#4B80CE (or 0x4B80CE) is known color: Havelock Blue. HEX triplet: 4B, 80 and CE. RGB value is (75,128,206). Sum of RGB (Red+Green+Blue) = 75+128+206=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B80CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B80CE is #B47F31. Grayscale: #787878. Windows color (decimal): -11829042 or 13533259. OLE color: 13533259.

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

Color convert

RGB 75 128 206 -
CMYK 0.64 0.38 0 0.19
HSL 215.73º 0.57% 0.55% -
HSV(B) 215.73º 0.64% 0.81% -
XYZ 21.76 21.39 61.37 -
YUV 121.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 75 128 206 0.64 0.38 0 0.19 215.73 0.57 0.55
Hex 4B 80 CE 40 26 0 13 D8 39 37
Octal 113 200 316 100 46 0 23 330 71 67
Binary 1001011 10000000 11001110 1000000 100110 0 10011 11011000 111001 110111

Color Harmonies of #4B80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B80CE

Black with #4B80CE

Text Example


Text Example

White with #4B80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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