Html Css Color HEX #498ACE Havelock Blue

📋 copy color: '#498ACE'

red 73 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #498ACE

Tints of Havelock Blue #498ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 17.51%
G = 33.09%
B = 49.4%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#498ACE (or 0x498ACE) is known color: Havelock Blue. HEX triplet: 49, 8A and CE. RGB value is (73,138,206). Sum of RGB (Red+Green+Blue) = 73+138+206=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #498ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ACE is #B67531. Grayscale: #7D7D7D. Windows color (decimal): -11957554 or 13535817. OLE color: 13535817.

HSL color Cylindrical-coordinate representation of color #498ACE: hue angle of 210.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498ACE is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 138 206 -
CMYK 0.65 0.33 0 0.19
HSL 210.68º 0.58% 0.55% -
HSV(B) 210.68º 0.65% 0.81% -
XYZ 22.98 24.05 61.82 -
YUV 126.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 73 138 206 0.65 0.33 0 0.19 210.68 0.58 0.55
Hex 49 8A CE 41 21 0 13 D3 3A 37
Octal 111 212 316 101 41 0 23 323 72 67
Binary 1001001 10001010 11001110 1000001 100001 0 10011 11010011 111010 110111

Color Harmonies of #498ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498ACE

Black with #498ACE

Text Example


Text Example

White with #498ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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