Html Css Color HEX #4568AD Mariner

📋 copy color: '#4568AD'

red 69 ◦ green 104 ◦ blue 173

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

Shades of Mariner #4568AD

Tints of Mariner #4568AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 19.94%
G = 30.06%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4568AD (or 0x4568AD) is known color: Mariner. HEX triplet: 45, 68 and AD. RGB value is (69,104,173). Sum of RGB (Red+Green+Blue) = 69+104+173=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #4568AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4568AD is #BA9752. Grayscale: #656565. Windows color (decimal): -12228435 or 11364421. OLE color: 11364421.

HSL color Cylindrical-coordinate representation of color #4568AD: hue angle of 219.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4568AD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 104 173 -
CMYK 0.60 0.40 0 0.32
HSL 219.81º 0.43% 0.47% -
HSV(B) 219.81º 0.6% 0.68% -
XYZ 14.95 14.18 41.48 -
YUV 101.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 69 104 173 0.60 0.40 0 0.32 219.81 0.43 0.47
Hex 45 68 AD 3C 28 0 20 DC 2B 2F
Octal 105 150 255 74 50 0 40 334 53 57
Binary 1000101 1101000 10101101 111100 101000 0 100000 11011100 101011 101111

Color Harmonies of #4568AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4568AD

Black with #4568AD

Text Example


Text Example

White with #4568AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4568AD; }

 p { color: rgb(69,104,173); }

 H1.HeaderClassName
 {
   color: #4568AD;
 }
 .AnyTagClassName
 {
   color: #4568AD;
 }
</style>

background-color css

<style>
 a { background-color: #4568AD; }

 a { background-color: rgb(69,104,173); }

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

border-color css

<style>
 span { border-color: #4568AD; }

 span { border-color: rgb(69,104,173); }

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