Html Css Color HEX #4564AA Mariner

📋 copy color: '#4564AA'

red 69 ◦ green 100 ◦ blue 170

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

Shades of Mariner #4564AA

Tints of Mariner #4564AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 20.35%
G = 29.5%
B = 50.15%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4564AA (or 0x4564AA) is known color: Mariner. HEX triplet: 45, 64 and AA. RGB value is (69,100,170). Sum of RGB (Red+Green+Blue) = 69+100+170=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4564AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4564AA is #BA9B55. Grayscale: #626262. Windows color (decimal): -12229462 or 11166789. OLE color: 11166789.

HSL color Cylindrical-coordinate representation of color #4564AA: hue angle of 221.58º 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 #4564AA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 100 170 -
CMYK 0.59 0.41 0 0.33
HSL 221.58º 0.42% 0.47% -
HSV(B) 221.58º 0.59% 0.67% -
XYZ 14.27 13.28 39.84 -
YUV 98.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 69 100 170 0.59 0.41 0 0.33 221.58 0.42 0.47
Hex 45 64 AA 3B 29 0 21 DE 2A 2F
Octal 105 144 252 73 51 0 41 336 52 57
Binary 1000101 1100100 10101010 111011 101001 0 100001 11011110 101010 101111

Color Harmonies of #4564AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4564AA

Black with #4564AA

Text Example


Text Example

White with #4564AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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