Html Css Color HEX #274B49 Dark Slate Grey

📋 copy color: '#274B49'

red 39 ◦ green 75 ◦ blue 73

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

Shades of Dark Slate Grey #274B49

Tints of Dark Slate Grey #274B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

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

R = 20.86%
G = 40.11%
B = 39.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#274B49 (or 0x274B49) is known color: Dark Slate Grey. HEX triplet: 27, 4B and 49. RGB value is (39,75,73). Sum of RGB (Red+Green+Blue) = 39+75+73=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #274B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B49 is #D8B4B6. Grayscale: #3F3F3F. Windows color (decimal): -14202039 or 4803367. OLE color: 4803367.

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

Color convert

RGB 39 75 73 -
CMYK 0.48 0 0.03 0.71
HSL 176.67º 0.32% 0.22% -
HSV(B) 176.67º 0.48% 0.29% -
XYZ 4.56 5.94 7.21 -
YUV 64.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 39 75 73 0.48 0 0.03 0.71 176.67 0.32 0.22
Hex 27 4B 49 30 0 3 47 B1 20 16
Octal 47 113 111 60 0 3 107 261 40 26
Binary 100111 1001011 1001001 110000 0 11 1000111 10110001 100000 10110

Color Harmonies of #274B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B49

Black with #274B49

Text Example


Text Example

White with #274B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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