#498BCC

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

Shades of Havelock Blue #498BCC

Tints of Havelock Blue #498BCC

Color information

#498BCC (or 0x498BCC) is unknown color: approx Havelock Blue. HEX triplet: 49, 8B and CC. RGB value is (73,139,204). Sum of RGB (Red+Green+Blue) = 73+139+204=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #498BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BCC is #B67433. Grayscale: #7E7E7E. Windows color (decimal): -11957300 or 13405001. OLE color: 13405001.

HSL color Cylindrical-coordinate representation of color #498BCC: hue angle of 209.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498BCC is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB73139204-
CMYK0.640.3200.2
HSL209.77º56.22%54.31%-
HSV(B)209.77º64.22%80%-
XYZ22.8824.2460.6-
YUV126.68171.6389.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=17.55%
G=33.41%
B=49.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731392040.640.3200.2209.7756.2254.31
Hex498BCC4020014d23836
Octal111213314100400243227066
Binary10010011000101111001100100000010000001010011010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498BCC; }

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

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

<style>
 a { background-color: #498BCC; }

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

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

<style>
 span { border-color: #498BCC; }

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

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