Html Css Color HEX #497BC1 Havelock Blue

📋 copy color: '#497BC1'

red 73 ◦ green 123 ◦ blue 193

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

Shades of Havelock Blue #497BC1

Tints of Havelock Blue #497BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 18.77%
G = 31.62%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#497BC1 (or 0x497BC1) is known color: Havelock Blue. HEX triplet: 49, 7B and C1. RGB value is (73,123,193). Sum of RGB (Red+Green+Blue) = 73+123+193=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #497BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BC1 is #B6843E. Grayscale: #737373. Windows color (decimal): -11961407 or 12680009. OLE color: 12680009.

HSL color Cylindrical-coordinate representation of color #497BC1: hue angle of 215º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497BC1 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 123 193 -
CMYK 0.62 0.36 0 0.24
HSL 215º 0.49% 0.52% -
HSV(B) 215º 0.62% 0.76% -
XYZ 19.46 19.43 53.18 -
YUV 116.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 73 123 193 0.62 0.36 0 0.24 215 0.49 0.52
Hex 49 7B C1 3E 24 0 18 D7 31 34
Octal 111 173 301 76 44 0 30 327 61 64
Binary 1001001 1111011 11000001 111110 100100 0 11000 11010111 110001 110100

Color Harmonies of #497BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BC1

Black with #497BC1

Text Example


Text Example

White with #497BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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