Html Css Color HEX #4B609B Mariner

📋 copy color: '#4B609B'

red 75 ◦ green 96 ◦ blue 155

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

Shades of Mariner #4B609B

Tints of Mariner #4B609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 23.01%
G = 29.45%
B = 47.55%

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

#4B609B (or 0x4B609B) is known color: Mariner. HEX triplet: 4B, 60 and 9B. RGB value is (75,96,155). Sum of RGB (Red+Green+Blue) = 75+96+155=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B609B is #B49F64. Grayscale: #606060. Windows color (decimal): -11837285 or 10182731. OLE color: 10182731.

HSL color Cylindrical-coordinate representation of color #4B609B: hue angle of 224.25º 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 #4B609B is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 96 155 -
CMYK 0.52 0.38 0 0.39
HSL 224.25º 0.35% 0.45% -
HSV(B) 224.25º 0.52% 0.61% -
XYZ 13 12.23 32.69 -
YUV 96.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 75 96 155 0.52 0.38 0 0.39 224.25 0.35 0.45
Hex 4B 60 9B 34 26 0 27 E0 23 2D
Octal 113 140 233 64 46 0 47 340 43 55
Binary 1001011 1100000 10011011 110100 100110 0 100111 11100000 100011 101101

Color Harmonies of #4B609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B609B

Black with #4B609B

Text Example


Text Example

White with #4B609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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