Html Css Color HEX #455A98 Mariner

📋 copy color: '#455A98'

red 69 ◦ green 90 ◦ blue 152

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

Shades of Mariner #455A98

Tints of Mariner #455A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.94%

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 22.19%
G = 28.94%
B = 48.87%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#455A98 (or 0x455A98) is known color: Mariner. HEX triplet: 45, 5A and 98. RGB value is (69,90,152). Sum of RGB (Red+Green+Blue) = 69+90+152=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #455A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A98 is #BAA567. Grayscale: #5A5A5A. Windows color (decimal): -12232040 or 9984581. OLE color: 9984581.

HSL color Cylindrical-coordinate representation of color #455A98: hue angle of 224.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455A98 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 90 152 -
CMYK 0.55 0.41 0 0.40
HSL 224.82º 0.38% 0.43% -
HSV(B) 224.82º 0.55% 0.6% -
XYZ 11.78 10.84 31.18 -
YUV 90.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 69 90 152 0.55 0.41 0 0.40 224.82 0.38 0.43
Hex 45 5A 98 37 29 0 28 E1 26 2B
Octal 105 132 230 67 51 0 50 341 46 53
Binary 1000101 1011010 10011000 110111 101001 0 101000 11100001 100110 101011

Color Harmonies of #455A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A98

Black with #455A98

Text Example


Text Example

White with #455A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,90,152); }

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

background-color css

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

 a { background-color: rgb(69,90,152); }

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

border-color css

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

 span { border-color: rgb(69,90,152); }

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