Html Css Color HEX #4B609C Mariner

📋 copy color: '#4B609C'

red 75 ◦ green 96 ◦ blue 156

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

Shades of Mariner #4B609C

Tints of Mariner #4B609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 22.94%
G = 29.36%
B = 47.71%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B609C (or 0x4B609C) is known color: Mariner. HEX triplet: 4B, 60 and 9C. RGB value is (75,96,156). Sum of RGB (Red+Green+Blue) = 75+96+156=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B609C is #B49F63. Grayscale: #606060. Windows color (decimal): -11837284 or 10248267. OLE color: 10248267.

HSL color Cylindrical-coordinate representation of color #4B609C: hue angle of 224.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B609C is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 96 156 -
CMYK 0.52 0.38 0 0.39
HSL 224.44º 0.35% 0.45% -
HSV(B) 224.44º 0.52% 0.61% -
XYZ 13.09 12.26 33.13 -
YUV 96.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 75 96 156 0.52 0.38 0 0.39 224.44 0.35 0.45
Hex 4B 60 9C 34 26 0 27 E0 23 2D
Octal 113 140 234 64 46 0 47 340 43 55
Binary 1001011 1100000 10011100 110100 100110 0 100111 11100000 100011 101101

Color Harmonies of #4B609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B609C

Black with #4B609C

Text Example


Text Example

White with #4B609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,96,156); }

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

background-color css

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

 a { background-color: rgb(75,96,156); }

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

border-color css

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

 span { border-color: rgb(75,96,156); }

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