#4B83CD

Color #4B83CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4B83CD

Tints of Havelock Blue #4B83CD

Color information

#4B83CD (or 0x4B83CD) is unknown color: approx Havelock Blue. HEX triplet: 4B, 83 and CD. RGB value is (75,131,205). Sum of RGB (Red+Green+Blue) = 75+131+205=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B83CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B83CD is #B47C32. Grayscale: #7A7A7A. Windows color (decimal): -11828275 or 13468491. OLE color: 13468491.

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

Color convert

RGB75131205-
CMYK0.630.3600.20
HSL214.15º56.52%54.9%-
HSV(B)214.15º63.41%80.39%-
XYZ22.0422.1460.87-
YUV122.69174.4593.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.25%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=18.25%
G=31.87%
B=49.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751312050.630.3600.20214.1556.5254.9
Hex4B83CD3F24014d63937
Octal11320331577440243267167
Binary1001011100000111100110111111110010001010011010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B83CD;
 }
 .AnyTagClassName
 {
   color: #4B83CD;
 }
</style>
background-color css

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

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

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

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

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

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