Html Css Color HEX #4566AA Mariner

📋 copy color: '#4566AA'

red 69 ◦ green 102 ◦ blue 170

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

Shades of Mariner #4566AA

Tints of Mariner #4566AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 20.23%
G = 29.91%
B = 49.85%

CMYK

 C value IS 0.59

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4566AA (or 0x4566AA) is known color: Mariner. HEX triplet: 45, 66 and AA. RGB value is (69,102,170). Sum of RGB (Red+Green+Blue) = 69+102+170=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4566AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4566AA is #BA9955. Grayscale: #636363. Windows color (decimal): -12228950 or 11167301. OLE color: 11167301.

HSL color Cylindrical-coordinate representation of color #4566AA: hue angle of 220.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4566AA is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 102 170 -
CMYK 0.59 0.4 0 0.33
HSL 220.4º 0.42% 0.47% -
HSV(B) 220.4º 0.59% 0.67% -
XYZ 14.46 13.67 39.91 -
YUV 99.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 69 102 170 0.59 0.4 0 0.33 220.4 0.42 0.47
Hex 45 66 AA 3B 28 0 21 DC 2A 2F
Octal 105 146 252 73 50 0 41 334 52 57
Binary 1000101 1100110 10101010 111011 101000 0 100001 11011100 101010 101111

Color Harmonies of #4566AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4566AA

Black with #4566AA

Text Example


Text Example

White with #4566AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4566AA; }

 p { color: rgb(69,102,170); }

 H1.HeaderClassName
 {
   color: #4566AA;
 }
 .AnyTagClassName
 {
   color: #4566AA;
 }
</style>

background-color css

<style>
 a { background-color: #4566AA; }

 a { background-color: rgb(69,102,170); }

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

border-color css

<style>
 span { border-color: #4566AA; }

 span { border-color: rgb(69,102,170); }

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