Html Css Color HEX #4F609B Mariner

📋 copy color: '#4F609B'

red 79 ◦ green 96 ◦ blue 155

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

Shades of Mariner #4F609B

Tints of Mariner #4F609B

RGB

 RED value IS 79 (31.25% from 255) = 23.94%

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

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

R = 23.94%
G = 29.09%
B = 46.97%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F609B (or 0x4F609B) is known color: Mariner. HEX triplet: 4F, 60 and 9B. RGB value is (79,96,155). Sum of RGB (Red+Green+Blue) = 79+96+155=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F609B is #B09F64. Grayscale: #616161. Windows color (decimal): -11575141 or 10182735. OLE color: 10182735.

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

Color convert

RGB 79 96 155 -
CMYK 0.49 0.38 0 0.39
HSL 226.58º 0.32% 0.46% -
HSV(B) 226.58º 0.49% 0.61% -
XYZ 13.32 12.39 32.7 -
YUV 97.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 79 96 155 0.49 0.38 0 0.39 226.58 0.32 0.46
Hex 4F 60 9B 31 26 0 27 E3 20 2E
Octal 117 140 233 61 46 0 47 343 40 56
Binary 1001111 1100000 10011011 110001 100110 0 100111 11100011 100000 101110

Color Harmonies of #4F609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F609B

Black with #4F609B

Text Example


Text Example

White with #4F609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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