Html Css Color HEX #4565AA Mariner

📋 copy color: '#4565AA'

red 69 ◦ green 101 ◦ blue 170

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

Shades of Mariner #4565AA

Tints of Mariner #4565AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 20.29%
G = 29.71%
B = 50%

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

#4565AA (or 0x4565AA) is known color: Mariner. HEX triplet: 45, 65 and AA. RGB value is (69,101,170). Sum of RGB (Red+Green+Blue) = 69+101+170=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4565AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AA is #BA9A55. Grayscale: #626262. Windows color (decimal): -12229206 or 11167045. OLE color: 11167045.

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

Color convert

RGB 69 101 170 -
CMYK 0.59 0.41 0 0.33
HSL 220.99º 0.42% 0.47% -
HSV(B) 220.99º 0.59% 0.67% -
XYZ 14.36 13.47 39.87 -
YUV 99.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 69 101 170 0.59 0.41 0 0.33 220.99 0.42 0.47
Hex 45 65 AA 3B 29 0 21 DD 2A 2F
Octal 105 145 252 73 51 0 41 335 52 57
Binary 1000101 1100101 10101010 111011 101001 0 100001 11011101 101010 101111

Color Harmonies of #4565AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565AA

Black with #4565AA

Text Example


Text Example

White with #4565AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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