Html Css Color HEX #4566AB Mariner

📋 copy color: '#4566AB'

red 69 ◦ green 102 ◦ blue 171

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

Shades of Mariner #4566AB

Tints of Mariner #4566AB

RGB

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

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

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

R = 20.18%
G = 29.82%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4566AB (or 0x4566AB) is known color: Mariner. HEX triplet: 45, 66 and AB. RGB value is (69,102,171). Sum of RGB (Red+Green+Blue) = 69+102+171=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #4566AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4566AB is #BA9954. Grayscale: #636363. Windows color (decimal): -12228949 or 11232837. OLE color: 11232837.

HSL color Cylindrical-coordinate representation of color #4566AB: hue angle of 220.59º 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 #4566AB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 102 171 -
CMYK 0.60 0.40 0 0.33
HSL 220.59º 0.43% 0.47% -
HSV(B) 220.59º 0.6% 0.67% -
XYZ 14.56 13.71 40.41 -
YUV 100 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 69 102 171 0.60 0.40 0 0.33 220.59 0.43 0.47
Hex 45 66 AB 3C 28 0 21 DD 2A 2F
Octal 105 146 253 74 50 0 41 335 52 57
Binary 1000101 1100110 10101011 111100 101000 0 100001 11011101 101010 101111

Color Harmonies of #4566AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4566AB

Black with #4566AB

Text Example


Text Example

White with #4566AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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