Html Css Color HEX #4F6AA7 San Marino

📋 copy color: '#4F6AA7'

red 79 ◦ green 106 ◦ blue 167

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

Shades of San Marino #4F6AA7

Tints of San Marino #4F6AA7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 167 (65.63% from 255) = 47.44%

R = 22.44%
G = 30.11%
B = 47.44%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4F6AA7 (or 0x4F6AA7) is known color: San Marino. HEX triplet: 4F, 6A and A7. RGB value is (79,106,167). Sum of RGB (Red+Green+Blue) = 79+106+167=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 167 - color contains mainly: blue. Hex color #4F6AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6AA7 is #B09558. Grayscale: #686868. Windows color (decimal): -11572569 or 10971727. OLE color: 10971727.

HSL color Cylindrical-coordinate representation of color #4F6AA7: hue angle of 221.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F6AA7 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 79 106 167 -
CMYK 0.53 0.37 0 0.35
HSL 221.59º 0.36% 0.48% -
HSV(B) 221.59º 0.53% 0.65% -
XYZ 15.35 14.76 38.6 -
YUV 104.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 79 106 167 0.53 0.37 0 0.35 221.59 0.36 0.48
Hex 4F 6A A7 35 25 0 23 DE 24 30
Octal 117 152 247 65 45 0 43 336 44 60
Binary 1001111 1101010 10100111 110101 100101 0 100011 11011110 100100 110000

Color Harmonies of #4F6AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6AA7

Black with #4F6AA7

Text Example


Text Example

White with #4F6AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,106,167); }

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

background-color css

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

 a { background-color: rgb(79,106,167); }

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

border-color css

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

 span { border-color: rgb(79,106,167); }

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