Html Css Color HEX #4565AB Mariner

📋 copy color: '#4565AB'

red 69 ◦ green 101 ◦ blue 171

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

Shades of Mariner #4565AB

Tints of Mariner #4565AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 20.23%
G = 29.62%
B = 50.15%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4565AB (or 0x4565AB) is known color: Mariner. HEX triplet: 45, 65 and AB. RGB value is (69,101,171). Sum of RGB (Red+Green+Blue) = 69+101+171=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4565AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AB is #BA9A54. Grayscale: #636363. Windows color (decimal): -12229205 or 11232581. OLE color: 11232581.

HSL color Cylindrical-coordinate representation of color #4565AB: hue angle of 221.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4565AB is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 101 171 -
CMYK 0.60 0.41 0 0.33
HSL 221.18º 0.43% 0.47% -
HSV(B) 221.18º 0.6% 0.67% -
XYZ 14.46 13.51 40.37 -
YUV 99.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 69 101 171 0.60 0.41 0 0.33 221.18 0.43 0.47
Hex 45 65 AB 3C 29 0 21 DD 2A 2F
Octal 105 145 253 74 51 0 41 335 52 57
Binary 1000101 1100101 10101011 111100 101001 0 100001 11011101 101010 101111

Color Harmonies of #4565AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565AB

Black with #4565AB

Text Example


Text Example

White with #4565AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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