Html Css Color HEX #455EAC Mariner

📋 copy color: '#455EAC'

red 69 ◦ green 94 ◦ blue 172

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

Shades of Mariner #455EAC

Tints of Mariner #455EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 20.6%
G = 28.06%
B = 51.34%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#455EAC (or 0x455EAC) is known color: Mariner. HEX triplet: 45, 5E and AC. RGB value is (69,94,172). Sum of RGB (Red+Green+Blue) = 69+94+172=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #455EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EAC is #BAA153. Grayscale: #5F5F5F. Windows color (decimal): -12230996 or 11296325. OLE color: 11296325.

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

Color convert

RGB 69 94 172 -
CMYK 0.60 0.45 0 0.33
HSL 225.44º 0.43% 0.47% -
HSV(B) 225.44º 0.6% 0.67% -
XYZ 13.9 12.25 40.66 -
YUV 95.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 69 94 172 0.60 0.45 0 0.33 225.44 0.43 0.47
Hex 45 5E AC 3C 2D 0 21 E1 2B 2F
Octal 105 136 254 74 55 0 41 341 53 57
Binary 1000101 1011110 10101100 111100 101101 0 100001 11100001 101011 101111

Color Harmonies of #455EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455EAC

Black with #455EAC

Text Example


Text Example

White with #455EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455EAC; }

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

 H1.HeaderClassName
 {
   color: #455EAC;
 }
 .AnyTagClassName
 {
   color: #455EAC;
 }
</style>

background-color css

<style>
 a { background-color: #455EAC; }

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

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

border-color css

<style>
 span { border-color: #455EAC; }

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

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