Html Css Color HEX #456BAB Mariner

📋 copy color: '#456BAB'

red 69 ◦ green 107 ◦ blue 171

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

Shades of Mariner #456BAB

Tints of Mariner #456BAB

RGB

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

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

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

R = 19.88%
G = 30.84%
B = 49.28%

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

#456BAB (or 0x456BAB) is known color: Mariner. HEX triplet: 45, 6B and AB. RGB value is (69,107,171). Sum of RGB (Red+Green+Blue) = 69+107+171=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #456BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BAB is #BA9454. Grayscale: #666666. Windows color (decimal): -12227669 or 11234117. OLE color: 11234117.

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

Color convert

RGB 69 107 171 -
CMYK 0.60 0.37 0 0.33
HSL 217.65º 0.43% 0.47% -
HSV(B) 217.65º 0.6% 0.67% -
XYZ 15.06 14.72 40.58 -
YUV 102.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 69 107 171 0.60 0.37 0 0.33 217.65 0.43 0.47
Hex 45 6B AB 3C 25 0 21 DA 2A 2F
Octal 105 153 253 74 45 0 41 332 52 57
Binary 1000101 1101011 10101011 111100 100101 0 100001 11011010 101010 101111

Color Harmonies of #456BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BAB

Black with #456BAB

Text Example


Text Example

White with #456BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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