Html Css Color HEX #497ACF Havelock Blue

📋 copy color: '#497ACF'

red 73 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #497ACF

Tints of Havelock Blue #497ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 18.16%
G = 30.35%
B = 51.49%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#497ACF (or 0x497ACF) is known color: Havelock Blue. HEX triplet: 49, 7A and CF. RGB value is (73,122,207). Sum of RGB (Red+Green+Blue) = 73+122+207=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #497ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ACF is #B68530. Grayscale: #747474. Windows color (decimal): -11961649 or 13597257. OLE color: 13597257.

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

Color convert

RGB 73 122 207 -
CMYK 0.65 0.41 0 0.19
HSL 218.06º 0.58% 0.55% -
HSV(B) 218.06º 0.65% 0.81% -
XYZ 20.97 19.84 61.76 -
YUV 117.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 73 122 207 0.65 0.41 0 0.19 218.06 0.58 0.55
Hex 49 7A CF 41 29 0 13 DA 3A 37
Octal 111 172 317 101 51 0 23 332 72 67
Binary 1001001 1111010 11001111 1000001 101001 0 10011 11011010 111010 110111

Color Harmonies of #497ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ACF

Black with #497ACF

Text Example


Text Example

White with #497ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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