Html Css Color HEX #456CAB Mariner

📋 copy color: '#456CAB'

red 69 ◦ green 108 ◦ blue 171

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

Shades of Mariner #456CAB

Tints of Mariner #456CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 19.83%
G = 31.03%
B = 49.14%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#456CAB (or 0x456CAB) is known color: Mariner. HEX triplet: 45, 6C and AB. RGB value is (69,108,171). Sum of RGB (Red+Green+Blue) = 69+108+171=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #456CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456CAB is #BA9354. Grayscale: #676767. Windows color (decimal): -12227413 or 11234373. OLE color: 11234373.

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

Color convert

RGB 69 108 171 -
CMYK 0.60 0.37 0 0.33
HSL 217.06º 0.43% 0.47% -
HSV(B) 217.06º 0.6% 0.67% -
XYZ 15.17 14.93 40.61 -
YUV 103.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 69 108 171 0.60 0.37 0 0.33 217.06 0.43 0.47
Hex 45 6C AB 3C 25 0 21 D9 2A 2F
Octal 105 154 253 74 45 0 41 331 52 57
Binary 1000101 1101100 10101011 111100 100101 0 100001 11011001 101010 101111

Color Harmonies of #456CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CAB

Black with #456CAB

Text Example


Text Example

White with #456CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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