Html Css Color HEX #4558AD Mariner

📋 copy color: '#4558AD'

red 69 ◦ green 88 ◦ blue 173

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

Shades of Mariner #4558AD

Tints of Mariner #4558AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 20.91%
G = 26.67%
B = 52.42%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4558AD (or 0x4558AD) is known color: Mariner. HEX triplet: 45, 58 and AD. RGB value is (69,88,173). Sum of RGB (Red+Green+Blue) = 69+88+173=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4558AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4558AD is #BAA752. Grayscale: #5B5B5B. Windows color (decimal): -12232531 or 11360325. OLE color: 11360325.

HSL color Cylindrical-coordinate representation of color #4558AD: hue angle of 229.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4558AD is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 88 173 -
CMYK 0.60 0.49 0 0.32
HSL 229.04º 0.43% 0.47% -
HSV(B) 229.04º 0.6% 0.68% -
XYZ 13.49 11.26 41 -
YUV 92.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 69 88 173 0.60 0.49 0 0.32 229.04 0.43 0.47
Hex 45 58 AD 3C 31 0 20 E5 2B 2F
Octal 105 130 255 74 61 0 40 345 53 57
Binary 1000101 1011000 10101101 111100 110001 0 100000 11100101 101011 101111

Color Harmonies of #4558AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4558AD

Black with #4558AD

Text Example


Text Example

White with #4558AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4558AD; }

 p { color: rgb(69,88,173); }

 H1.HeaderClassName
 {
   color: #4558AD;
 }
 .AnyTagClassName
 {
   color: #4558AD;
 }
</style>

background-color css

<style>
 a { background-color: #4558AD; }

 a { background-color: rgb(69,88,173); }

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

border-color css

<style>
 span { border-color: #4558AD; }

 span { border-color: rgb(69,88,173); }

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