Html Css Color HEX #497BC3 Havelock Blue

📋 copy color: '#497BC3'

red 73 ◦ green 123 ◦ blue 195

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

Shades of Havelock Blue #497BC3

Tints of Havelock Blue #497BC3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 195 (76.56% from 255) = 49.87%

R = 18.67%
G = 31.46%
B = 49.87%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#497BC3 (or 0x497BC3) is known color: Havelock Blue. HEX triplet: 49, 7B and C3. RGB value is (73,123,195). Sum of RGB (Red+Green+Blue) = 73+123+195=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #497BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BC3 is #B6843C. Grayscale: #737373. Windows color (decimal): -11961405 or 12811081. OLE color: 12811081.

HSL color Cylindrical-coordinate representation of color #497BC3: hue angle of 215.41º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497BC3 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 123 195 -
CMYK 0.63 0.37 0 0.24
HSL 215.41º 0.5% 0.53% -
HSV(B) 215.41º 0.63% 0.76% -
XYZ 19.68 19.52 54.36 -
YUV 116.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 73 123 195 0.63 0.37 0 0.24 215.41 0.5 0.53
Hex 49 7B C3 3F 25 0 18 D7 32 35
Octal 111 173 303 77 45 0 30 327 62 65
Binary 1001001 1111011 11000011 111111 100101 0 11000 11010111 110010 110101

Color Harmonies of #497BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BC3

Black with #497BC3

Text Example


Text Example

White with #497BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,123,195); }

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

background-color css

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

 a { background-color: rgb(73,123,195); }

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

border-color css

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

 span { border-color: rgb(73,123,195); }

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