Html Css Color HEX #4F6CAC San Marino

📋 copy color: '#4F6CAC'

red 79 ◦ green 108 ◦ blue 172

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

Shades of San Marino #4F6CAC

Tints of San Marino #4F6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 22.01%
G = 30.08%
B = 47.91%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F6CAC (or 0x4F6CAC) is known color: San Marino. HEX triplet: 4F, 6C and AC. RGB value is (79,108,172). Sum of RGB (Red+Green+Blue) = 79+108+172=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6CAC is #B09353. Grayscale: #6A6A6A. Windows color (decimal): -11572052 or 11299919. OLE color: 11299919.

HSL color Cylindrical-coordinate representation of color #4F6CAC: hue angle of 221.29º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F6CAC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 108 172 -
CMYK 0.54 0.37 0 0.33
HSL 221.29º 0.37% 0.49% -
HSV(B) 221.29º 0.54% 0.67% -
XYZ 16.03 15.37 41.15 -
YUV 106.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 79 108 172 0.54 0.37 0 0.33 221.29 0.37 0.49
Hex 4F 6C AC 36 25 0 21 DD 25 31
Octal 117 154 254 66 45 0 41 335 45 61
Binary 1001111 1101100 10101100 110110 100101 0 100001 11011101 100101 110001

Color Harmonies of #4F6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6CAC

Black with #4F6CAC

Text Example


Text Example

White with #4F6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,108,172); }

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

background-color css

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

 a { background-color: rgb(79,108,172); }

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

border-color css

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

 span { border-color: rgb(79,108,172); }

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