Html Css Color HEX #30464A Big Stone

📋 copy color: '#30464A'

red 48 ◦ green 70 ◦ blue 74

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

Shades of Big Stone #30464A

Tints of Big Stone #30464A

RGB

 RED value IS 48 (19.14% from 255) = 25%

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 25%
G = 36.46%
B = 38.54%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30464A (or 0x30464A) is known color: Big Stone. HEX triplet: 30, 46 and 4A. RGB value is (48,70,74). Sum of RGB (Red+Green+Blue) = 48+70+74=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 74 - color contains mainly: blue. Hex color #30464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30464A is #CFB9B5. Grayscale: #3F3F3F. Windows color (decimal): -13613494 or 4867632. OLE color: 4867632.

HSL color Cylindrical-coordinate representation of color #30464A: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30464A is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 70 74 -
CMYK 0.35 0.05 0 0.71
HSL 189.23º 0.21% 0.24% -
HSV(B) 189.23º 0.35% 0.29% -
XYZ 4.65 5.5 7.3 -
YUV 63.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 48 70 74 0.35 0.05 0 0.71 189.23 0.21 0.24
Hex 30 46 4A 23 5 0 47 BD 15 18
Octal 60 106 112 43 5 0 107 275 25 30
Binary 110000 1000110 1001010 100011 101 0 1000111 10111101 10101 11000

Color Harmonies of #30464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30464A

Black with #30464A

Text Example


Text Example

White with #30464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30464A; }

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

 H1.HeaderClassName
 {
   color: #30464A;
 }
 .AnyTagClassName
 {
   color: #30464A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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