Html Css Color HEX #498ACF Havelock Blue

📋 copy color: '#498ACF'

red 73 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #498ACF

Tints of Havelock Blue #498ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.01%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 17.46%
G = 33.01%
B = 49.52%

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

#498ACF (or 0x498ACF) is known color: Havelock Blue. HEX triplet: 49, 8A and CF. RGB value is (73,138,207). Sum of RGB (Red+Green+Blue) = 73+138+207=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #498ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ACF is #B67530. Grayscale: #7E7E7E. Windows color (decimal): -11957553 or 13601353. OLE color: 13601353.

HSL color Cylindrical-coordinate representation of color #498ACF: hue angle of 210.9º 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 #498ACF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 138 207 -
CMYK 0.65 0.33 0 0.19
HSL 210.9º 0.58% 0.55% -
HSV(B) 210.9º 0.65% 0.81% -
XYZ 23.1 24.1 62.47 -
YUV 126.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 73 138 207 0.65 0.33 0 0.19 210.9 0.58 0.55
Hex 49 8A CF 41 21 0 13 D3 3A 37
Octal 111 212 317 101 41 0 23 323 72 67
Binary 1001001 10001010 11001111 1000001 100001 0 10011 11010011 111010 110111

Color Harmonies of #498ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498ACF

Black with #498ACF

Text Example


Text Example

White with #498ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,138,207); }

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

background-color css

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

 a { background-color: rgb(73,138,207); }

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

border-color css

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

 span { border-color: rgb(73,138,207); }

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