Html Css Color HEX #456AAB Mariner

📋 copy color: '#456AAB'

red 69 ◦ green 106 ◦ blue 171

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

Shades of Mariner #456AAB

Tints of Mariner #456AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 19.94%
G = 30.64%
B = 49.42%

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

#456AAB (or 0x456AAB) is known color: Mariner. HEX triplet: 45, 6A and AB. RGB value is (69,106,171). Sum of RGB (Red+Green+Blue) = 69+106+171=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #456AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AAB is #BA9554. Grayscale: #666666. Windows color (decimal): -12227925 or 11233861. OLE color: 11233861.

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

Color convert

RGB 69 106 171 -
CMYK 0.60 0.38 0 0.33
HSL 218.24º 0.43% 0.47% -
HSV(B) 218.24º 0.6% 0.67% -
XYZ 14.96 14.51 40.54 -
YUV 102.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 69 106 171 0.60 0.38 0 0.33 218.24 0.43 0.47
Hex 45 6A AB 3C 26 0 21 DA 2A 2F
Octal 105 152 253 74 46 0 41 332 52 57
Binary 1000101 1101010 10101011 111100 100110 0 100001 11011010 101010 101111

Color Harmonies of #456AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AAB

Black with #456AAB

Text Example


Text Example

White with #456AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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