Html Css Color HEX #4C6098 Mariner

📋 copy color: '#4C6098'

red 76 ◦ green 96 ◦ blue 152

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

Shades of Mariner #4C6098

Tints of Mariner #4C6098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 23.46%
G = 29.63%
B = 46.91%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C6098 (or 0x4C6098) is known color: Mariner. HEX triplet: 4C, 60 and 98. RGB value is (76,96,152). Sum of RGB (Red+Green+Blue) = 76+96+152=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C6098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6098 is #B39F67. Grayscale: #606060. Windows color (decimal): -11771752 or 9986124. OLE color: 9986124.

HSL color Cylindrical-coordinate representation of color #4C6098: hue angle of 224.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6098 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 96 152 -
CMYK 0.50 0.37 0 0.40
HSL 224.21º 0.33% 0.45% -
HSV(B) 224.21º 0.5% 0.6% -
XYZ 12.83 12.17 31.38 -
YUV 96.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 76 96 152 0.50 0.37 0 0.40 224.21 0.33 0.45
Hex 4C 60 98 32 25 0 28 E0 21 2D
Octal 114 140 230 62 45 0 50 340 41 55
Binary 1001100 1100000 10011000 110010 100101 0 101000 11100000 100001 101101

Color Harmonies of #4C6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6098

Black with #4C6098

Text Example


Text Example

White with #4C6098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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