Html Css Color HEX #498BD3 Havelock Blue

📋 copy color: '#498BD3'

red 73 ◦ green 139 ◦ blue 211

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

Shades of Havelock Blue #498BD3

Tints of Havelock Blue #498BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.88%

R = 17.26%
G = 32.86%
B = 49.88%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#498BD3 (or 0x498BD3) is known color: Havelock Blue. HEX triplet: 49, 8B and D3. RGB value is (73,139,211). Sum of RGB (Red+Green+Blue) = 73+139+211=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #498BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BD3 is #B6742C. Grayscale: #7F7F7F. Windows color (decimal): -11957293 or 13863753. OLE color: 13863753.

HSL color Cylindrical-coordinate representation of color #498BD3: hue angle of 211.3º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498BD3 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 139 211 -
CMYK 0.65 0.34 0 0.17
HSL 211.3º 0.61% 0.56% -
HSV(B) 211.3º 0.65% 0.83% -
XYZ 23.74 24.58 65.12 -
YUV 127.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 73 139 211 0.65 0.34 0 0.17 211.3 0.61 0.56
Hex 49 8B D3 41 22 0 11 D3 3D 38
Octal 111 213 323 101 42 0 21 323 75 70
Binary 1001001 10001011 11010011 1000001 100010 0 10001 11010011 111101 111000

Color Harmonies of #498BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BD3

Black with #498BD3

Text Example


Text Example

White with #498BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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