Html Css Color HEX #498BCA Havelock Blue

📋 copy color: '#498BCA'

red 73 ◦ green 139 ◦ blue 202

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

Shades of Havelock Blue #498BCA

Tints of Havelock Blue #498BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.57%

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

R = 17.63%
G = 33.57%
B = 48.79%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#498BCA (or 0x498BCA) is known color: Havelock Blue. HEX triplet: 49, 8B and CA. RGB value is (73,139,202). Sum of RGB (Red+Green+Blue) = 73+139+202=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #498BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BCA is #B67435. Grayscale: #7E7E7E. Windows color (decimal): -11957302 or 13273929. OLE color: 13273929.

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

Color convert

RGB 73 139 202 -
CMYK 0.64 0.31 0 0.21
HSL 209.3º 0.55% 0.54% -
HSV(B) 209.3º 0.64% 0.79% -
XYZ 22.64 24.15 59.34 -
YUV 126.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 73 139 202 0.64 0.31 0 0.21 209.3 0.55 0.54
Hex 49 8B CA 40 1F 0 15 D1 37 36
Octal 111 213 312 100 37 0 25 321 67 66
Binary 1001001 10001011 11001010 1000000 11111 0 10101 11010001 110111 110110

Color Harmonies of #498BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BCA

Black with #498BCA

Text Example


Text Example

White with #498BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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