Html Css Color HEX #498FCA Havelock Blue

📋 copy color: '#498FCA'

red 73 ◦ green 143 ◦ blue 202

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

Shades of Havelock Blue #498FCA

Tints of Havelock Blue #498FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 17.46%
G = 34.21%
B = 48.33%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#498FCA (or 0x498FCA) is known color: Havelock Blue. HEX triplet: 49, 8F and CA. RGB value is (73,143,202). Sum of RGB (Red+Green+Blue) = 73+143+202=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #498FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FCA is #B67035. Grayscale: #808080. Windows color (decimal): -11956278 or 13274953. OLE color: 13274953.

HSL color Cylindrical-coordinate representation of color #498FCA: hue angle of 207.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498FCA is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 143 202 -
CMYK 0.64 0.29 0 0.21
HSL 207.44º 0.55% 0.54% -
HSV(B) 207.44º 0.64% 0.79% -
XYZ 23.23 25.33 59.54 -
YUV 128.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 73 143 202 0.64 0.29 0 0.21 207.44 0.55 0.54
Hex 49 8F CA 40 1D 0 15 CF 37 36
Octal 111 217 312 100 35 0 25 317 67 66
Binary 1001001 10001111 11001010 1000000 11101 0 10101 11001111 110111 110110

Color Harmonies of #498FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FCA

Black with #498FCA

Text Example


Text Example

White with #498FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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