Html Css Color HEX #456AAC Mariner

📋 copy color: '#456AAC'

red 69 ◦ green 106 ◦ blue 172

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

Shades of Mariner #456AAC

Tints of Mariner #456AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 19.88%
G = 30.55%
B = 49.57%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#456AAC (or 0x456AAC) is known color: Mariner. HEX triplet: 45, 6A and AC. RGB value is (69,106,172). Sum of RGB (Red+Green+Blue) = 69+106+172=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #456AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AAC is #BA9553. Grayscale: #666666. Windows color (decimal): -12227924 or 11299397. OLE color: 11299397.

HSL color Cylindrical-coordinate representation of color #456AAC: hue angle of 218.45º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456AAC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 106 172 -
CMYK 0.60 0.38 0 0.33
HSL 218.45º 0.43% 0.47% -
HSV(B) 218.45º 0.6% 0.67% -
XYZ 15.05 14.55 41.05 -
YUV 102.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 69 106 172 0.60 0.38 0 0.33 218.45 0.43 0.47
Hex 45 6A AC 3C 26 0 21 DA 2B 2F
Octal 105 152 254 74 46 0 41 332 53 57
Binary 1000101 1101010 10101100 111100 100110 0 100001 11011010 101011 101111

Color Harmonies of #456AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AAC

Black with #456AAC

Text Example


Text Example

White with #456AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,106,172); }

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

background-color css

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

 a { background-color: rgb(69,106,172); }

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

border-color css

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

 span { border-color: rgb(69,106,172); }

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