Html Css Color HEX #456DAE Mariner

📋 copy color: '#456DAE'

red 69 ◦ green 109 ◦ blue 174

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

Shades of Mariner #456DAE

Tints of Mariner #456DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 19.6%
G = 30.97%
B = 49.43%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#456DAE (or 0x456DAE) is known color: Mariner. HEX triplet: 45, 6D and AE. RGB value is (69,109,174). Sum of RGB (Red+Green+Blue) = 69+109+174=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #456DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAE is #BA9251. Grayscale: #686868. Windows color (decimal): -12227154 or 11431237. OLE color: 11431237.

HSL color Cylindrical-coordinate representation of color #456DAE: hue angle of 217.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456DAE is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 109 174 -
CMYK 0.60 0.37 0 0.32
HSL 217.14º 0.43% 0.48% -
HSV(B) 217.14º 0.6% 0.68% -
XYZ 15.56 15.26 42.17 -
YUV 104.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 69 109 174 0.60 0.37 0 0.32 217.14 0.43 0.48
Hex 45 6D AE 3C 25 0 20 D9 2B 30
Octal 105 155 256 74 45 0 40 331 53 60
Binary 1000101 1101101 10101110 111100 100101 0 100000 11011001 101011 110000

Color Harmonies of #456DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DAE

Black with #456DAE

Text Example


Text Example

White with #456DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456DAE; }

 p { color: rgb(69,109,174); }

 H1.HeaderClassName
 {
   color: #456DAE;
 }
 .AnyTagClassName
 {
   color: #456DAE;
 }
</style>

background-color css

<style>
 a { background-color: #456DAE; }

 a { background-color: rgb(69,109,174); }

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

border-color css

<style>
 span { border-color: #456DAE; }

 span { border-color: rgb(69,109,174); }

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