Html Css Color HEX #455A9B Mariner

📋 copy color: '#455A9B'

red 69 ◦ green 90 ◦ blue 155

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

Shades of Mariner #455A9B

Tints of Mariner #455A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 21.97%
G = 28.66%
B = 49.36%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#455A9B (or 0x455A9B) is known color: Mariner. HEX triplet: 45, 5A and 9B. RGB value is (69,90,155). Sum of RGB (Red+Green+Blue) = 69+90+155=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #455A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A9B is #BAA564. Grayscale: #5A5A5A. Windows color (decimal): -12232037 or 10181189. OLE color: 10181189.

HSL color Cylindrical-coordinate representation of color #455A9B: hue angle of 225.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455A9B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 90 155 -
CMYK 0.55 0.42 0 0.39
HSL 225.35º 0.38% 0.44% -
HSV(B) 225.35º 0.55% 0.61% -
XYZ 12.03 10.94 32.49 -
YUV 91.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 69 90 155 0.55 0.42 0 0.39 225.35 0.38 0.44
Hex 45 5A 9B 37 2A 0 27 E1 26 2C
Octal 105 132 233 67 52 0 47 341 46 54
Binary 1000101 1011010 10011011 110111 101010 0 100111 11100001 100110 101100

Color Harmonies of #455A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A9B

Black with #455A9B

Text Example


Text Example

White with #455A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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