Html Css Color HEX #455BAC Mariner

📋 copy color: '#455BAC'

red 69 ◦ green 91 ◦ blue 172

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

Shades of Mariner #455BAC

Tints of Mariner #455BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

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

R = 20.78%
G = 27.41%
B = 51.81%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#455BAC (or 0x455BAC) is known color: Mariner. HEX triplet: 45, 5B and AC. RGB value is (69,91,172). Sum of RGB (Red+Green+Blue) = 69+91+172=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #455BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BAC is #BAA453. Grayscale: #5D5D5D. Windows color (decimal): -12231764 or 11295557. OLE color: 11295557.

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

Color convert

RGB 69 91 172 -
CMYK 0.60 0.47 0 0.33
HSL 227.18º 0.43% 0.47% -
HSV(B) 227.18º 0.6% 0.67% -
XYZ 13.64 11.73 40.57 -
YUV 93.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 69 91 172 0.60 0.47 0 0.33 227.18 0.43 0.47
Hex 45 5B AC 3C 2F 0 21 E3 2B 2F
Octal 105 133 254 74 57 0 41 343 53 57
Binary 1000101 1011011 10101100 111100 101111 0 100001 11100011 101011 101111

Color Harmonies of #455BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455BAC

Black with #455BAC

Text Example


Text Example

White with #455BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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