#4C69B3

Color #4C69B3 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4C69B3

Tints of San Marino #4C69B3

Color information

#4C69B3 (or 0x4C69B3) is unknown color: approx San Marino. HEX triplet: 4C, 69 and B3. RGB value is (76,105,179). Sum of RGB (Red+Green+Blue) = 76+105+179=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C69B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69B3 is #B3964C. Grayscale: #686868. Windows color (decimal): -11769421 or 11757900. OLE color: 11757900.

HSL color Cylindrical-coordinate representation of color #4C69B3: hue angle of 223.11º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C69B3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB76105179-
CMYK0.580.4100.30
HSL223.11º40.39%50%-
HSV(B)223.11º57.54%70.2%-
XYZ16.1714.8944.67-
YUV104.76169.89107.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.11%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 179 (70.31% from 255) = 49.72%
R=21.11%
G=29.17%
B=49.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761051790.580.4100.30223.1140.3950
Hex4C69B33A2901Edf2832
Octal11415126372510363375062
Binary100110011010011011001111101010100101111011011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,105,179); }

 H1.HeaderClassName
 {
   color: #4C69B3;
 }
 .AnyTagClassName
 {
   color: #4C69B3;
 }
</style>
background-color css

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

 a { background-color: rgb(76,105,179); }

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

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

 span { border-color: rgb(76,105,179); }

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