Html Css Color HEX #4B6198 Mariner

📋 copy color: '#4B6198'

red 75 ◦ green 97 ◦ blue 152

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

Shades of Mariner #4B6198

Tints of Mariner #4B6198

RGB

 RED value IS 75 (29.69% from 255) = 23.15%

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 23.15%
G = 29.94%
B = 46.91%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4B6198 (or 0x4B6198) is known color: Mariner. HEX triplet: 4B, 61 and 98. RGB value is (75,97,152). Sum of RGB (Red+Green+Blue) = 75+97+152=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 97 (38.28% from 255 or 29.94% 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 #4B6198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6198 is #B49E67. Grayscale: #606060. Windows color (decimal): -11837032 or 9986379. OLE color: 9986379.

HSL color Cylindrical-coordinate representation of color #4B6198: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B6198 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 97 152 -
CMYK 0.51 0.36 0 0.40
HSL 222.86º 0.34% 0.45% -
HSV(B) 222.86º 0.51% 0.6% -
XYZ 12.84 12.31 31.41 -
YUV 96.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 75 97 152 0.51 0.36 0 0.40 222.86 0.34 0.45
Hex 4B 61 98 33 24 0 28 DF 22 2D
Octal 113 141 230 63 44 0 50 337 42 55
Binary 1001011 1100001 10011000 110011 100100 0 101000 11011111 100010 101101

Color Harmonies of #4B6198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6198

Black with #4B6198

Text Example


Text Example

White with #4B6198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,97,152); }

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

background-color css

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

 a { background-color: rgb(75,97,152); }

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

border-color css

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

 span { border-color: rgb(75,97,152); }

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