Html Css Color HEX #498CCC Havelock Blue

📋 copy color: '#498CCC'

red 73 ◦ green 140 ◦ blue 204

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

Shades of Havelock Blue #498CCC

Tints of Havelock Blue #498CCC

RGB

 RED value IS 73 (28.91% from 255) = 17.51%

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 17.51%
G = 33.57%
B = 48.92%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#498CCC (or 0x498CCC) is known color: Havelock Blue. HEX triplet: 49, 8C and CC. RGB value is (73,140,204). Sum of RGB (Red+Green+Blue) = 73+140+204=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #498CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CCC is #B67333. Grayscale: #7E7E7E. Windows color (decimal): -11957044 or 13405257. OLE color: 13405257.

HSL color Cylindrical-coordinate representation of color #498CCC: hue angle of 209.31º 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 #498CCC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 140 204 -
CMYK 0.64 0.31 0 0.2
HSL 209.31º 0.56% 0.54% -
HSV(B) 209.31º 0.64% 0.8% -
XYZ 23.02 24.53 60.65 -
YUV 127.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 73 140 204 0.64 0.31 0 0.2 209.31 0.56 0.54
Hex 49 8C CC 40 1F 0 14 D1 38 36
Octal 111 214 314 100 37 0 24 321 70 66
Binary 1001001 10001100 11001100 1000000 11111 0 10100 11010001 111000 110110

Color Harmonies of #498CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CCC

Black with #498CCC

Text Example


Text Example

White with #498CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #498CCC;
 }
 .AnyTagClassName
 {
   color: #498CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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