Html Css Color HEX #304246 Big Stone

📋 copy color: '#304246'

red 48 ◦ green 66 ◦ blue 70

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

Shades of Big Stone #304246

Tints of Big Stone #304246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 26.09%
G = 35.87%
B = 38.04%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304246 (or 0x304246) is known color: Big Stone. HEX triplet: 30, 42 and 46. RGB value is (48,66,70). Sum of RGB (Red+Green+Blue) = 48+66+70=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #304246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304246 is #CFBDB9. Grayscale: #3D3D3D. Windows color (decimal): -13614522 or 4604464. OLE color: 4604464.

HSL color Cylindrical-coordinate representation of color #304246: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304246 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 66 70 -
CMYK 0.31 0.06 0 0.73
HSL 190.91º 0.19% 0.23% -
HSV(B) 190.91º 0.31% 0.27% -
XYZ 4.27 4.97 6.53 -
YUV 61.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 48 66 70 0.31 0.06 0 0.73 190.91 0.19 0.23
Hex 30 42 46 1F 6 0 49 BF 13 17
Octal 60 102 106 37 6 0 111 277 23 27
Binary 110000 1000010 1000110 11111 110 0 1001001 10111111 10011 10111

Color Harmonies of #304246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304246

Black with #304246

Text Example


Text Example

White with #304246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304246; }

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

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

background-color css

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

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

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

border-color css

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

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

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