Html Css Color HEX #497CCE Havelock Blue

📋 copy color: '#497CCE'

red 73 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #497CCE

Tints of Havelock Blue #497CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

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

R = 18.11%
G = 30.77%
B = 51.12%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#497CCE (or 0x497CCE) is known color: Havelock Blue. HEX triplet: 49, 7C and CE. RGB value is (73,124,206). Sum of RGB (Red+Green+Blue) = 73+124+206=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #497CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCE is #B68331. Grayscale: #757575. Windows color (decimal): -11961138 or 13532233. OLE color: 13532233.

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

Color convert

RGB 73 124 206 -
CMYK 0.65 0.40 0 0.19
HSL 216.99º 0.58% 0.55% -
HSV(B) 216.99º 0.65% 0.81% -
XYZ 21.1 20.29 61.2 -
YUV 118.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 73 124 206 0.65 0.40 0 0.19 216.99 0.58 0.55
Hex 49 7C CE 41 28 0 13 D9 3A 37
Octal 111 174 316 101 50 0 23 331 72 67
Binary 1001001 1111100 11001110 1000001 101000 0 10011 11011001 111010 110111

Color Harmonies of #497CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CCE

Black with #497CCE

Text Example


Text Example

White with #497CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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