Html Css Color HEX #457EC6 Havelock Blue

📋 copy color: '#457EC6'

red 69 ◦ green 126 ◦ blue 198

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

Shades of Havelock Blue #457EC6

Tints of Havelock Blue #457EC6

RGB

 RED value IS 69 (27.34% from 255) = 17.56%

 GREEN value IS 126 (49.61% from 255) = 32.06%

 BLUE value IS 198 (77.73% from 255) = 50.38%

R = 17.56%
G = 32.06%
B = 50.38%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#457EC6 (or 0x457EC6) is known color: Havelock Blue. HEX triplet: 45, 7E and C6. RGB value is (69,126,198). Sum of RGB (Red+Green+Blue) = 69+126+198=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #457EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EC6 is #BA8139. Grayscale: #747474. Windows color (decimal): -12222778 or 13008453. OLE color: 13008453.

HSL color Cylindrical-coordinate representation of color #457EC6: hue angle of 213.49º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457EC6 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 126 198 -
CMYK 0.65 0.36 0 0.22
HSL 213.49º 0.53% 0.52% -
HSV(B) 213.49º 0.65% 0.78% -
XYZ 20.11 20.26 56.28 -
YUV 117.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 69 126 198 0.65 0.36 0 0.22 213.49 0.53 0.52
Hex 45 7E C6 41 24 0 16 D5 35 34
Octal 105 176 306 101 44 0 26 325 65 64
Binary 1000101 1111110 11000110 1000001 100100 0 10110 11010101 110101 110100

Color Harmonies of #457EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EC6

Black with #457EC6

Text Example


Text Example

White with #457EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457EC6; }

 p { color: rgb(69,126,198); }

 H1.HeaderClassName
 {
   color: #457EC6;
 }
 .AnyTagClassName
 {
   color: #457EC6;
 }
</style>

background-color css

<style>
 a { background-color: #457EC6; }

 a { background-color: rgb(69,126,198); }

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

border-color css

<style>
 span { border-color: #457EC6; }

 span { border-color: rgb(69,126,198); }

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