Html Css Color HEX #30474D Big Stone

📋 copy color: '#30474D'

red 48 ◦ green 71 ◦ blue 77

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

Shades of Big Stone #30474D

Tints of Big Stone #30474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 24.49%
G = 36.22%
B = 39.29%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30474D (or 0x30474D) is known color: Big Stone. HEX triplet: 30, 47 and 4D. RGB value is (48,71,77). Sum of RGB (Red+Green+Blue) = 48+71+77=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #30474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30474D is #CFB8B2. Grayscale: #404040. Windows color (decimal): -13613235 or 5064496. OLE color: 5064496.

HSL color Cylindrical-coordinate representation of color #30474D: hue angle of 192.41º 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 #30474D is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 71 77 -
CMYK 0.38 0.08 0 0.70
HSL 192.41º 0.23% 0.25% -
HSV(B) 192.41º 0.38% 0.3% -
XYZ 4.81 5.67 7.86 -
YUV 64.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 48 71 77 0.38 0.08 0 0.70 192.41 0.23 0.25
Hex 30 47 4D 26 8 0 46 C0 17 19
Octal 60 107 115 46 10 0 106 300 27 31
Binary 110000 1000111 1001101 100110 1000 0 1000110 11000000 10111 11001

Color Harmonies of #30474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30474D

Black with #30474D

Text Example


Text Example

White with #30474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30474D;
 }
 .AnyTagClassName
 {
   color: #30474D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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