Html Css Color HEX #498BCC Havelock Blue

📋 copy color: '#498BCC'

red 73 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #498BCC

Tints of Havelock Blue #498BCC

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 value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#498BCC (or 0x498BCC) is known color: 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

RGB 73 139 204 -
CMYK 0.64 0.32 0 0.2
HSL 209.77º 0.56% 0.54% -
HSV(B) 209.77º 0.64% 0.8% -
XYZ 22.88 24.24 60.6 -
YUV 126.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 73 139 204 0.64 0.32 0 0.2 209.77 0.56 0.54
Hex 49 8B CC 40 20 0 14 D2 38 36
Octal 111 213 314 100 40 0 24 322 70 66
Binary 1001001 10001011 11001100 1000000 100000 0 10100 11010010 111000 110110

Color Harmonies of #498BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BCC

Black with #498BCC

Text Example


Text Example

White with #498BCC

Text Example


Text Example

HTML Codes & Css Web 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>