Html Css Color HEX #456DAA Mariner

📋 copy color: '#456DAA'

red 69 ◦ green 109 ◦ blue 170

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

Shades of Mariner #456DAA

Tints of Mariner #456DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 19.83%
G = 31.32%
B = 48.85%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#456DAA (or 0x456DAA) is known color: Mariner. HEX triplet: 45, 6D and AA. RGB value is (69,109,170). Sum of RGB (Red+Green+Blue) = 69+109+170=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #456DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAA is #BA9255. Grayscale: #676767. Windows color (decimal): -12227158 or 11169093. OLE color: 11169093.

HSL color Cylindrical-coordinate representation of color #456DAA: hue angle of 216.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #456DAA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 109 170 -
CMYK 0.59 0.36 0 0.33
HSL 216.24º 0.42% 0.47% -
HSV(B) 216.24º 0.59% 0.67% -
XYZ 15.18 15.1 40.15 -
YUV 103.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 69 109 170 0.59 0.36 0 0.33 216.24 0.42 0.47
Hex 45 6D AA 3B 24 0 21 D8 2A 2F
Octal 105 155 252 73 44 0 41 330 52 57
Binary 1000101 1101101 10101010 111011 100100 0 100001 11011000 101010 101111

Color Harmonies of #456DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DAA

Black with #456DAA

Text Example


Text Example

White with #456DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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