#30454D

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

Shades of Big Stone #30454D

Tints of Big Stone #30454D

Color information

#30454D (or 0x30454D) is unknown color: approx Big Stone. HEX triplet: 30, 45 and 4D. RGB value is (48,69,77). Sum of RGB (Red+Green+Blue) = 48+69+77=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #30454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30454D is #CFBAB2. Grayscale: #3F3F3F. Windows color (decimal): -13613747 or 5063984. OLE color: 5063984.

HSL color Cylindrical-coordinate representation of color #30454D: hue angle of 196.55º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30454D is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB486977-
CMYK0.380.1000.70
HSL196.55º23.2%24.51%-
HSV(B)196.55º37.66%30.2%-
XYZ4.695.427.82-
YUV63.63135.54116.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=24.74%
G=35.57%
B=39.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4869770.380.1000.70196.5523.224.51
Hex30454D26A046c51719
Octal60105115461201063052731
Binary11000010001011001101100110101001000110110001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30454D; }

 p { color: rgb(48,69,77); }

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

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

 a { background-color: rgb(48,69,77); }

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

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

 span { border-color: rgb(48,69,77); }

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