Html Css Color HEX #497BCA Havelock Blue

📋 copy color: '#497BCA'

red 73 ◦ green 123 ◦ blue 202

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

Shades of Havelock Blue #497BCA

Tints of Havelock Blue #497BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 18.34%
G = 30.9%
B = 50.75%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#497BCA (or 0x497BCA) is known color: Havelock Blue. HEX triplet: 49, 7B and CA. RGB value is (73,123,202). Sum of RGB (Red+Green+Blue) = 73+123+202=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #497BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCA is #B68435. Grayscale: #747474. Windows color (decimal): -11961398 or 13269833. OLE color: 13269833.

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

Color convert

RGB 73 123 202 -
CMYK 0.64 0.39 0 0.21
HSL 216.74º 0.55% 0.54% -
HSV(B) 216.74º 0.64% 0.79% -
XYZ 20.49 19.85 58.63 -
YUV 117.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 73 123 202 0.64 0.39 0 0.21 216.74 0.55 0.54
Hex 49 7B CA 40 27 0 15 D9 37 36
Octal 111 173 312 100 47 0 25 331 67 66
Binary 1001001 1111011 11001010 1000000 100111 0 10101 11011001 110111 110110

Color Harmonies of #497BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BCA

Black with #497BCA

Text Example


Text Example

White with #497BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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