Html Css Color HEX #497BCB Havelock Blue

📋 copy color: '#497BCB'

red 73 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #497BCB

Tints of Havelock Blue #497BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 18.3%
G = 30.83%
B = 50.88%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#497BCB (or 0x497BCB) is known color: Havelock Blue. HEX triplet: 49, 7B and CB. RGB value is (73,123,203). Sum of RGB (Red+Green+Blue) = 73+123+203=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #497BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCB is #B68434. Grayscale: #747474. Windows color (decimal): -11961397 or 13335369. OLE color: 13335369.

HSL color Cylindrical-coordinate representation of color #497BCB: hue angle of 216.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497BCB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 123 203 -
CMYK 0.64 0.39 0 0.20
HSL 216.92º 0.56% 0.54% -
HSV(B) 216.92º 0.64% 0.8% -
XYZ 20.61 19.89 59.25 -
YUV 117.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 73 123 203 0.64 0.39 0 0.20 216.92 0.56 0.54
Hex 49 7B CB 40 27 0 14 D9 38 36
Octal 111 173 313 100 47 0 24 331 70 66
Binary 1001001 1111011 11001011 1000000 100111 0 10100 11011001 111000 110110

Color Harmonies of #497BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BCB

Black with #497BCB

Text Example


Text Example

White with #497BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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