Html Css Color HEX #456DAB Mariner

📋 copy color: '#456DAB'

red 69 ◦ green 109 ◦ blue 171

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

Shades of Mariner #456DAB

Tints of Mariner #456DAB

RGB

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

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

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

R = 19.77%
G = 31.23%
B = 49%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#456DAB (or 0x456DAB) is known color: Mariner. HEX triplet: 45, 6D and AB. RGB value is (69,109,171). Sum of RGB (Red+Green+Blue) = 69+109+171=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #456DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAB is #BA9254. Grayscale: #676767. Windows color (decimal): -12227157 or 11234629. OLE color: 11234629.

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

Color convert

RGB 69 109 171 -
CMYK 0.60 0.36 0 0.33
HSL 216.47º 0.43% 0.47% -
HSV(B) 216.47º 0.6% 0.67% -
XYZ 15.27 15.14 40.65 -
YUV 104.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 69 109 171 0.60 0.36 0 0.33 216.47 0.43 0.47
Hex 45 6D AB 3C 24 0 21 D8 2A 2F
Octal 105 155 253 74 44 0 41 330 52 57
Binary 1000101 1101101 10101011 111100 100100 0 100001 11011000 101010 101111

Color Harmonies of #456DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DAB

Black with #456DAB

Text Example


Text Example

White with #456DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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