Html Css Color HEX #497FC1 Havelock Blue

📋 copy color: '#497FC1'

red 73 ◦ green 127 ◦ blue 193

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

Shades of Havelock Blue #497FC1

Tints of Havelock Blue #497FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 18.58%
G = 32.32%
B = 49.11%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#497FC1 (or 0x497FC1) is known color: Havelock Blue. HEX triplet: 49, 7F and C1. RGB value is (73,127,193). Sum of RGB (Red+Green+Blue) = 73+127+193=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #497FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC1 is #B6803E. Grayscale: #767676. Windows color (decimal): -11960383 or 12681033. OLE color: 12681033.

HSL color Cylindrical-coordinate representation of color #497FC1: hue angle of 213º 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 #497FC1 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 127 193 -
CMYK 0.62 0.34 0 0.24
HSL 213º 0.49% 0.52% -
HSV(B) 213º 0.62% 0.76% -
XYZ 19.96 20.45 53.35 -
YUV 118.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 73 127 193 0.62 0.34 0 0.24 213 0.49 0.52
Hex 49 7F C1 3E 22 0 18 D5 31 34
Octal 111 177 301 76 42 0 30 325 61 64
Binary 1001001 1111111 11000001 111110 100010 0 11000 11010101 110001 110100

Color Harmonies of #497FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FC1

Black with #497FC1

Text Example


Text Example

White with #497FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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