#304046

Color #304046 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #304046

Tints of Big Stone #304046

Color information

#304046 (or 0x304046) is unknown color: approx Big Stone. HEX triplet: 30, 40 and 46. RGB value is (48,64,70). Sum of RGB (Red+Green+Blue) = 48+64+70=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #304046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304046 is #CFBFB9. Grayscale: #3B3B3B. Windows color (decimal): -13615034 or 4603952. OLE color: 4603952.

HSL color Cylindrical-coordinate representation of color #304046: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304046 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB486470-
CMYK0.310.0900.73
HSL196.36º18.64%23.14%-
HSV(B)196.36º31.43%27.45%-
XYZ4.164.746.49-
YUV59.9133.7119.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=26.37%
G=35.16%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4864700.310.0900.73196.3618.6423.14
Hex3040461F9049c41317
Octal60100106371101113042327
Binary1100001000000100011011111100101001001110001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304046; }

 p { color: rgb(48,64,70); }

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

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

 a { background-color: rgb(48,64,70); }

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

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

 span { border-color: rgb(48,64,70); }

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