Html Css Color HEX #498AC6 Havelock Blue

📋 copy color: '#498AC6'

red 73 ◦ green 138 ◦ blue 198

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

Shades of Havelock Blue #498AC6

Tints of Havelock Blue #498AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.41%

R = 17.85%
G = 33.74%
B = 48.41%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#498AC6 (or 0x498AC6) is known color: Havelock Blue. HEX triplet: 49, 8A and C6. RGB value is (73,138,198). Sum of RGB (Red+Green+Blue) = 73+138+198=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #498AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498AC6 is #B67539. Grayscale: #7D7D7D. Windows color (decimal): -11957562 or 13011529. OLE color: 13011529.

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

Color convert

RGB 73 138 198 -
CMYK 0.63 0.30 0 0.22
HSL 208.8º 0.52% 0.53% -
HSV(B) 208.8º 0.63% 0.78% -
XYZ 22.03 23.67 56.83 -
YUV 125.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 73 138 198 0.63 0.30 0 0.22 208.8 0.52 0.53
Hex 49 8A C6 3F 1E 0 16 D1 34 35
Octal 111 212 306 77 36 0 26 321 64 65
Binary 1001001 10001010 11000110 111111 11110 0 10110 11010001 110100 110101

Color Harmonies of #498AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AC6

Black with #498AC6

Text Example


Text Example

White with #498AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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