Html Css Color HEX #498BCE Havelock Blue

📋 copy color: '#498BCE'

red 73 ◦ green 139 ◦ blue 206

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

Shades of Havelock Blue #498BCE

Tints of Havelock Blue #498BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 17.46%
G = 33.25%
B = 49.28%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#498BCE (or 0x498BCE) is known color: Havelock Blue. HEX triplet: 49, 8B and CE. RGB value is (73,139,206). Sum of RGB (Red+Green+Blue) = 73+139+206=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #498BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BCE is #B67431. Grayscale: #7E7E7E. Windows color (decimal): -11957298 or 13536073. OLE color: 13536073.

HSL color Cylindrical-coordinate representation of color #498BCE: hue angle of 210.23º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498BCE is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 139 206 -
CMYK 0.65 0.33 0 0.19
HSL 210.23º 0.58% 0.55% -
HSV(B) 210.23º 0.65% 0.81% -
XYZ 23.12 24.34 61.87 -
YUV 126.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 73 139 206 0.65 0.33 0 0.19 210.23 0.58 0.55
Hex 49 8B CE 41 21 0 13 D2 3A 37
Octal 111 213 316 101 41 0 23 322 72 67
Binary 1001001 10001011 11001110 1000001 100001 0 10011 11010010 111010 110111

Color Harmonies of #498BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BCE

Black with #498BCE

Text Example


Text Example

White with #498BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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