Html Css Color HEX #456CAC Mariner

📋 copy color: '#456CAC'

red 69 ◦ green 108 ◦ blue 172

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

Shades of Mariner #456CAC

Tints of Mariner #456CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 19.77%
G = 30.95%
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

#456CAC (or 0x456CAC) is known color: Mariner. HEX triplet: 45, 6C and AC. RGB value is (69,108,172). Sum of RGB (Red+Green+Blue) = 69+108+172=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #456CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456CAC is #BA9353. Grayscale: #676767. Windows color (decimal): -12227412 or 11299909. OLE color: 11299909.

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

Color convert

RGB 69 108 172 -
CMYK 0.60 0.37 0 0.33
HSL 217.28º 0.43% 0.47% -
HSV(B) 217.28º 0.6% 0.67% -
XYZ 15.26 14.97 41.11 -
YUV 103.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 69 108 172 0.60 0.37 0 0.33 217.28 0.43 0.47
Hex 45 6C AC 3C 25 0 21 D9 2B 2F
Octal 105 154 254 74 45 0 41 331 53 57
Binary 1000101 1101100 10101100 111100 100101 0 100001 11011001 101011 101111

Color Harmonies of #456CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CAC

Black with #456CAC

Text Example


Text Example

White with #456CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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