#4B8BCC

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

Shades of Havelock Blue #4B8BCC

Tints of Havelock Blue #4B8BCC

Color information

#4B8BCC (or 0x4B8BCC) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8B and CC. RGB value is (75,139,204). Sum of RGB (Red+Green+Blue) = 75+139+204=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B8BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BCC is #B47433. Grayscale: #7E7E7E. Windows color (decimal): -11826228 or 13405003. OLE color: 13405003.

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

Color convert

RGB75139204-
CMYK0.630.3200.2
HSL210.23º55.84%54.71%-
HSV(B)210.23º63.24%80%-
XYZ23.0324.3260.61-
YUV127.27171.390.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=17.94%
G=33.25%
B=48.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal751392040.630.3200.2210.2355.8454.71
Hex4B8BCC3F20014d23837
Octal11321331477400243227067
Binary1001011100010111100110011111110000001010011010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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