Html Css Color HEX #4C6095 Mariner

📋 copy color: '#4C6095'

red 76 ◦ green 96 ◦ blue 149

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

Shades of Mariner #4C6095

Tints of Mariner #4C6095

RGB

 RED value IS 76 (30.08% from 255) = 23.68%

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 149 (58.59% from 255) = 46.42%

R = 23.68%
G = 29.91%
B = 46.42%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C6095 (or 0x4C6095) is known color: Mariner. HEX triplet: 4C, 60 and 95. RGB value is (76,96,149). Sum of RGB (Red+Green+Blue) = 76+96+149=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C6095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6095 is #B39F6A. Grayscale: #5F5F5F. Windows color (decimal): -11771755 or 9789516. OLE color: 9789516.

HSL color Cylindrical-coordinate representation of color #4C6095: hue angle of 223.56º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C6095 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 96 149 -
CMYK 0.49 0.36 0 0.42
HSL 223.56º 0.32% 0.44% -
HSV(B) 223.56º 0.49% 0.58% -
XYZ 12.59 12.07 30.1 -
YUV 96.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 76 96 149 0.49 0.36 0 0.42 223.56 0.32 0.44
Hex 4C 60 95 31 24 0 2A E0 20 2C
Octal 114 140 225 61 44 0 52 340 40 54
Binary 1001100 1100000 10010101 110001 100100 0 101010 11100000 100000 101100

Color Harmonies of #4C6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6095

Black with #4C6095

Text Example


Text Example

White with #4C6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6095; }

 p { color: rgb(76,96,149); }

 H1.HeaderClassName
 {
   color: #4C6095;
 }
 .AnyTagClassName
 {
   color: #4C6095;
 }
</style>

background-color css

<style>
 a { background-color: #4C6095; }

 a { background-color: rgb(76,96,149); }

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

border-color css

<style>
 span { border-color: #4C6095; }

 span { border-color: rgb(76,96,149); }

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