Html Css Color HEX #498FC8 Havelock Blue

📋 copy color: '#498FC8'

red 73 ◦ green 143 ◦ blue 200

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

Shades of Havelock Blue #498FC8

Tints of Havelock Blue #498FC8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 17.55%
G = 34.38%
B = 48.08%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#498FC8 (or 0x498FC8) is known color: Havelock Blue. HEX triplet: 49, 8F and C8. RGB value is (73,143,200). Sum of RGB (Red+Green+Blue) = 73+143+200=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #498FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FC8 is #B67037. Grayscale: #808080. Windows color (decimal): -11956280 or 13143881. OLE color: 13143881.

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

Color convert

RGB 73 143 200 -
CMYK 0.64 0.28 0 0.22
HSL 206.93º 0.54% 0.54% -
HSV(B) 206.93º 0.64% 0.78% -
XYZ 23 25.23 58.3 -
YUV 128.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 73 143 200 0.64 0.28 0 0.22 206.93 0.54 0.54
Hex 49 8F C8 40 1C 0 16 CF 36 36
Octal 111 217 310 100 34 0 26 317 66 66
Binary 1001001 10001111 11001000 1000000 11100 0 10110 11001111 110110 110110

Color Harmonies of #498FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FC8

Black with #498FC8

Text Example


Text Example

White with #498FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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