Html Css Color HEX #498AC8 Havelock Blue

📋 copy color: '#498AC8'

red 73 ◦ green 138 ◦ blue 200

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

Shades of Havelock Blue #498AC8

Tints of Havelock Blue #498AC8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 17.76%
G = 33.58%
B = 48.66%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#498AC8 (or 0x498AC8) is known color: Havelock Blue. HEX triplet: 49, 8A and C8. RGB value is (73,138,200). Sum of RGB (Red+Green+Blue) = 73+138+200=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #498AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498AC8 is #B67537. Grayscale: #7D7D7D. Windows color (decimal): -11957560 or 13142601. OLE color: 13142601.

HSL color Cylindrical-coordinate representation of color #498AC8: hue angle of 209.29º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498AC8 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 138 200 -
CMYK 0.64 0.31 0 0.22
HSL 209.29º 0.54% 0.54% -
HSV(B) 209.29º 0.64% 0.78% -
XYZ 22.26 23.76 58.06 -
YUV 125.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 73 138 200 0.64 0.31 0 0.22 209.29 0.54 0.54
Hex 49 8A C8 40 1F 0 16 D1 36 36
Octal 111 212 310 100 37 0 26 321 66 66
Binary 1001001 10001010 11001000 1000000 11111 0 10110 11010001 110110 110110

Color Harmonies of #498AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AC8

Black with #498AC8

Text Example


Text Example

White with #498AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,138,200); }

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

background-color css

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

 a { background-color: rgb(73,138,200); }

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

border-color css

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

 span { border-color: rgb(73,138,200); }

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