Html Css Color HEX #274749 Dark Slate Grey

📋 copy color: '#274749'

red 39 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #274749

Tints of Dark Slate Grey #274749

RGB

 RED value IS 39 (15.63% from 255) = 21.31%

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 21.31%
G = 38.8%
B = 39.89%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#274749 (or 0x274749) is known color: Dark Slate Grey. HEX triplet: 27, 47 and 49. RGB value is (39,71,73). Sum of RGB (Red+Green+Blue) = 39+71+73=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #274749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274749 is #D8B8B6. Grayscale: #3D3D3D. Windows color (decimal): -14203063 or 4802343. OLE color: 4802343.

HSL color Cylindrical-coordinate representation of color #274749: hue angle of 183.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274749 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 71 73 -
CMYK 0.47 0.03 0 0.71
HSL 183.53º 0.3% 0.22% -
HSV(B) 183.53º 0.47% 0.29% -
XYZ 4.29 5.42 7.12 -
YUV 61.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 39 71 73 0.47 0.03 0 0.71 183.53 0.3 0.22
Hex 27 47 49 2F 3 0 47 B8 1E 16
Octal 47 107 111 57 3 0 107 270 36 26
Binary 100111 1000111 1001001 101111 11 0 1000111 10111000 11110 10110

Color Harmonies of #274749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274749

Black with #274749

Text Example


Text Example

White with #274749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274749; }

 p { color: rgb(39,71,73); }

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

background-color css

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

 a { background-color: rgb(39,71,73); }

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

border-color css

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

 span { border-color: rgb(39,71,73); }

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