Html Css Color HEX #30464B Big Stone

📋 copy color: '#30464B'

red 48 ◦ green 70 ◦ blue 75

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

Shades of Big Stone #30464B

Tints of Big Stone #30464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 24.87%
G = 36.27%
B = 38.86%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30464B (or 0x30464B) is known color: Big Stone. HEX triplet: 30, 46 and 4B. RGB value is (48,70,75). Sum of RGB (Red+Green+Blue) = 48+70+75=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #30464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30464B is #CFB9B4. Grayscale: #3F3F3F. Windows color (decimal): -13613493 or 4933168. OLE color: 4933168.

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

Color convert

RGB 48 70 75 -
CMYK 0.36 0.07 0 0.71
HSL 191.11º 0.22% 0.24% -
HSV(B) 191.11º 0.36% 0.29% -
XYZ 4.68 5.52 7.47 -
YUV 63.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 48 70 75 0.36 0.07 0 0.71 191.11 0.22 0.24
Hex 30 46 4B 24 7 0 47 BF 16 18
Octal 60 106 113 44 7 0 107 277 26 30
Binary 110000 1000110 1001011 100100 111 0 1000111 10111111 10110 11000

Color Harmonies of #30464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30464B

Black with #30464B

Text Example


Text Example

White with #30464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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