Html Css Color HEX #456BAE Mariner

📋 copy color: '#456BAE'

red 69 ◦ green 107 ◦ blue 174

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

Shades of Mariner #456BAE

Tints of Mariner #456BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

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

R = 19.71%
G = 30.57%
B = 49.71%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#456BAE (or 0x456BAE) is known color: Mariner. HEX triplet: 45, 6B and AE. RGB value is (69,107,174). Sum of RGB (Red+Green+Blue) = 69+107+174=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #456BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BAE is #BA9451. Grayscale: #666666. Windows color (decimal): -12227666 or 11430725. OLE color: 11430725.

HSL color Cylindrical-coordinate representation of color #456BAE: hue angle of 218.29º 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 #456BAE is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 107 174 -
CMYK 0.60 0.39 0 0.32
HSL 218.29º 0.43% 0.48% -
HSV(B) 218.29º 0.6% 0.68% -
XYZ 15.35 14.84 42.1 -
YUV 103.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 69 107 174 0.60 0.39 0 0.32 218.29 0.43 0.48
Hex 45 6B AE 3C 27 0 20 DA 2B 30
Octal 105 153 256 74 47 0 40 332 53 60
Binary 1000101 1101011 10101110 111100 100111 0 100000 11011010 101011 110000

Color Harmonies of #456BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BAE

Black with #456BAE

Text Example


Text Example

White with #456BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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