Html Css Color HEX #498BDA Havelock Blue

📋 copy color: '#498BDA'

red 73 ◦ green 139 ◦ blue 218

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

Shades of Havelock Blue #498BDA

Tints of Havelock Blue #498BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 16.98%
G = 32.33%
B = 50.7%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#498BDA (or 0x498BDA) is known color: Havelock Blue. HEX triplet: 49, 8B and DA. RGB value is (73,139,218). Sum of RGB (Red+Green+Blue) = 73+139+218=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #498BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BDA is #B67425. Grayscale: #7F7F7F. Windows color (decimal): -11957286 or 14322505. OLE color: 14322505.

HSL color Cylindrical-coordinate representation of color #498BDA: hue angle of 212.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498BDA is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 139 218 -
CMYK 0.67 0.36 0 0.15
HSL 212.69º 0.66% 0.57% -
HSV(B) 212.69º 0.67% 0.85% -
XYZ 24.64 24.94 69.85 -
YUV 128.27 178.63 88.58 -
System Red Green Blue C M Y K H S L
Decimal 73 139 218 0.67 0.36 0 0.15 212.69 0.66 0.57
Hex 49 8B DA 43 24 0 F D5 42 39
Octal 111 213 332 103 44 0 17 325 102 71
Binary 1001001 10001011 11011010 1000011 100100 0 1111 11010101 1000010 111001

Color Harmonies of #498BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BDA

Black with #498BDA

Text Example


Text Example

White with #498BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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