Html Css Color HEX #497BCF Havelock Blue

📋 copy color: '#497BCF'

red 73 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #497BCF

Tints of Havelock Blue #497BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 18.11%
G = 30.52%
B = 51.36%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#497BCF (or 0x497BCF) is known color: Havelock Blue. HEX triplet: 49, 7B and CF. RGB value is (73,123,207). Sum of RGB (Red+Green+Blue) = 73+123+207=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #497BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCF is #B68430. Grayscale: #757575. Windows color (decimal): -11961393 or 13597513. OLE color: 13597513.

HSL color Cylindrical-coordinate representation of color #497BCF: hue angle of 217.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497BCF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 123 207 -
CMYK 0.65 0.41 0 0.19
HSL 217.61º 0.58% 0.55% -
HSV(B) 217.61º 0.65% 0.81% -
XYZ 21.09 20.09 61.8 -
YUV 117.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 73 123 207 0.65 0.41 0 0.19 217.61 0.58 0.55
Hex 49 7B CF 41 29 0 13 DA 3A 37
Octal 111 173 317 101 51 0 23 332 72 67
Binary 1001001 1111011 11001111 1000001 101001 0 10011 11011010 111010 110111

Color Harmonies of #497BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BCF

Black with #497BCF

Text Example


Text Example

White with #497BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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