Html Css Color HEX #4F759A San Marino

📋 copy color: '#4F759A'

red 79 ◦ green 117 ◦ blue 154

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

Shades of San Marino #4F759A

Tints of San Marino #4F759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 22.57%
G = 33.43%
B = 44%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F759A (or 0x4F759A) is known color: San Marino. HEX triplet: 4F, 75 and 9A. RGB value is (79,117,154). Sum of RGB (Red+Green+Blue) = 79+117+154=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F759A is #B08A65. Grayscale: #6D6D6D. Windows color (decimal): -11569766 or 10122575. OLE color: 10122575.

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

Color convert

RGB 79 117 154 -
CMYK 0.49 0.24 0 0.40
HSL 209.6º 0.32% 0.46% -
HSV(B) 209.6º 0.49% 0.6% -
XYZ 15.42 16.72 32.99 -
YUV 109.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 79 117 154 0.49 0.24 0 0.40 209.6 0.32 0.46
Hex 4F 75 9A 31 18 0 28 D2 20 2E
Octal 117 165 232 61 30 0 50 322 40 56
Binary 1001111 1110101 10011010 110001 11000 0 101000 11010010 100000 101110

Color Harmonies of #4F759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F759A

Black with #4F759A

Text Example


Text Example

White with #4F759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,117,154); }

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

background-color css

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

 a { background-color: rgb(79,117,154); }

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

border-color css

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

 span { border-color: rgb(79,117,154); }

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