Html Css Color HEX #455DAC Mariner

📋 copy color: '#455DAC'

red 69 ◦ green 93 ◦ blue 172

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

Shades of Mariner #455DAC

Tints of Mariner #455DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

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

R = 20.66%
G = 27.84%
B = 51.5%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#455DAC (or 0x455DAC) is known color: Mariner. HEX triplet: 45, 5D and AC. RGB value is (69,93,172). Sum of RGB (Red+Green+Blue) = 69+93+172=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #455DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DAC is #BAA253. Grayscale: #5E5E5E. Windows color (decimal): -12231252 or 11296069. OLE color: 11296069.

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

Color convert

RGB 69 93 172 -
CMYK 0.60 0.46 0 0.33
HSL 226.02º 0.43% 0.47% -
HSV(B) 226.02º 0.6% 0.67% -
XYZ 13.81 12.07 40.63 -
YUV 94.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 69 93 172 0.60 0.46 0 0.33 226.02 0.43 0.47
Hex 45 5D AC 3C 2E 0 21 E2 2B 2F
Octal 105 135 254 74 56 0 41 342 53 57
Binary 1000101 1011101 10101100 111100 101110 0 100001 11100010 101011 101111

Color Harmonies of #455DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DAC

Black with #455DAC

Text Example


Text Example

White with #455DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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