Html Css Color HEX #4F6394 San Marino

📋 copy color: '#4F6394'

red 79 ◦ green 99 ◦ blue 148

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

Shades of San Marino #4F6394

Tints of San Marino #4F6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 24.23%
G = 30.37%
B = 45.4%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F6394 (or 0x4F6394) is known color: San Marino. HEX triplet: 4F, 63 and 94. RGB value is (79,99,148). Sum of RGB (Red+Green+Blue) = 79+99+148=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F6394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6394 is #B09C6B. Grayscale: #626262. Windows color (decimal): -11574380 or 9724751. OLE color: 9724751.

HSL color Cylindrical-coordinate representation of color #4F6394: hue angle of 222.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F6394 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 99 148 -
CMYK 0.47 0.33 0 0.42
HSL 222.61º 0.3% 0.45% -
HSV(B) 222.61º 0.47% 0.58% -
XYZ 13.03 12.72 29.79 -
YUV 98.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 79 99 148 0.47 0.33 0 0.42 222.61 0.3 0.45
Hex 4F 63 94 2F 21 0 2A DF 1E 2D
Octal 117 143 224 57 41 0 52 337 36 55
Binary 1001111 1100011 10010100 101111 100001 0 101010 11011111 11110 101101

Color Harmonies of #4F6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6394

Black with #4F6394

Text Example


Text Example

White with #4F6394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,99,148); }

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

background-color css

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

 a { background-color: rgb(79,99,148); }

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

border-color css

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

 span { border-color: rgb(79,99,148); }

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