Html Css Color HEX #456CA6 Mariner

📋 copy color: '#456CA6'

red 69 ◦ green 108 ◦ blue 166

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

Shades of Mariner #456CA6

Tints of Mariner #456CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.4%

R = 20.12%
G = 31.49%
B = 48.4%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#456CA6 (or 0x456CA6) is known color: Mariner. HEX triplet: 45, 6C and A6. RGB value is (69,108,166). Sum of RGB (Red+Green+Blue) = 69+108+166=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #456CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456CA6 is #BA9359. Grayscale: #666666. Windows color (decimal): -12227418 or 10906693. OLE color: 10906693.

HSL color Cylindrical-coordinate representation of color #456CA6: hue angle of 215.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #456CA6 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 108 166 -
CMYK 0.58 0.35 0 0.35
HSL 215.88º 0.41% 0.46% -
HSV(B) 215.88º 0.58% 0.65% -
XYZ 14.7 14.74 38.15 -
YUV 102.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 69 108 166 0.58 0.35 0 0.35 215.88 0.41 0.46
Hex 45 6C A6 3A 23 0 23 D8 29 2E
Octal 105 154 246 72 43 0 43 330 51 56
Binary 1000101 1101100 10100110 111010 100011 0 100011 11011000 101001 101110

Color Harmonies of #456CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CA6

Black with #456CA6

Text Example


Text Example

White with #456CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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