Html Css Color HEX #30464C Big Stone

📋 copy color: '#30464C'

red 48 ◦ green 70 ◦ blue 76

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

Shades of Big Stone #30464C

Tints of Big Stone #30464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 24.74%
G = 36.08%
B = 39.18%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30464C (or 0x30464C) is known color: Big Stone. HEX triplet: 30, 46 and 4C. RGB value is (48,70,76). Sum of RGB (Red+Green+Blue) = 48+70+76=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #30464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30464C is #CFB9B3. Grayscale: #404040. Windows color (decimal): -13613492 or 4998704. OLE color: 4998704.

HSL color Cylindrical-coordinate representation of color #30464C: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30464C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 70 76 -
CMYK 0.37 0.08 0 0.70
HSL 192.86º 0.23% 0.24% -
HSV(B) 192.86º 0.37% 0.3% -
XYZ 4.71 5.53 7.66 -
YUV 64.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 48 70 76 0.37 0.08 0 0.70 192.86 0.23 0.24
Hex 30 46 4C 25 8 0 46 C1 17 18
Octal 60 106 114 45 10 0 106 301 27 30
Binary 110000 1000110 1001100 100101 1000 0 1000110 11000001 10111 11000

Color Harmonies of #30464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30464C

Black with #30464C

Text Example


Text Example

White with #30464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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