Html Css Color HEX #30474C Big Stone

📋 copy color: '#30474C'

red 48 ◦ green 71 ◦ blue 76

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

Shades of Big Stone #30474C

Tints of Big Stone #30474C

RGB

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

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

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

R = 24.62%
G = 36.41%
B = 38.97%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30474C (or 0x30474C) is known color: Big Stone. HEX triplet: 30, 47 and 4C. RGB value is (48,71,76). Sum of RGB (Red+Green+Blue) = 48+71+76=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #30474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30474C is #CFB8B3. Grayscale: #404040. Windows color (decimal): -13613236 or 4998960. OLE color: 4998960.

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

Color convert

RGB 48 71 76 -
CMYK 0.37 0.07 0 0.70
HSL 190.71º 0.23% 0.24% -
HSV(B) 190.71º 0.37% 0.3% -
XYZ 4.78 5.66 7.68 -
YUV 64.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 48 71 76 0.37 0.07 0 0.70 190.71 0.23 0.24
Hex 30 47 4C 25 7 0 46 BF 17 18
Octal 60 107 114 45 7 0 106 277 27 30
Binary 110000 1000111 1001100 100101 111 0 1000110 10111111 10111 11000

Color Harmonies of #30474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30474C

Black with #30474C

Text Example


Text Example

White with #30474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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