Html Css Color HEX #4569AE Mariner

📋 copy color: '#4569AE'

red 69 ◦ green 105 ◦ blue 174

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

Shades of Mariner #4569AE

Tints of Mariner #4569AE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 19.83%
G = 30.17%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4569AE (or 0x4569AE) is known color: Mariner. HEX triplet: 45, 69 and AE. RGB value is (69,105,174). Sum of RGB (Red+Green+Blue) = 69+105+174=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #4569AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4569AE is #BA9651. Grayscale: #656565. Windows color (decimal): -12228178 or 11430213. OLE color: 11430213.

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

Color convert

RGB 69 105 174 -
CMYK 0.60 0.40 0 0.32
HSL 219.43º 0.43% 0.48% -
HSV(B) 219.43º 0.6% 0.68% -
XYZ 15.15 14.42 42.03 -
YUV 102.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 69 105 174 0.60 0.40 0 0.32 219.43 0.43 0.48
Hex 45 69 AE 3C 28 0 20 DB 2B 30
Octal 105 151 256 74 50 0 40 333 53 60
Binary 1000101 1101001 10101110 111100 101000 0 100000 11011011 101011 110000

Color Harmonies of #4569AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4569AE

Black with #4569AE

Text Example


Text Example

White with #4569AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4569AE; }

 p { color: rgb(69,105,174); }

 H1.HeaderClassName
 {
   color: #4569AE;
 }
 .AnyTagClassName
 {
   color: #4569AE;
 }
</style>

background-color css

<style>
 a { background-color: #4569AE; }

 a { background-color: rgb(69,105,174); }

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

border-color css

<style>
 span { border-color: #4569AE; }

 span { border-color: rgb(69,105,174); }

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