Html Css Color HEX #274549 Dark Slate Grey

📋 copy color: '#274549'

red 39 ◦ green 69 ◦ blue 73

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

Shades of Dark Slate Grey #274549

Tints of Dark Slate Grey #274549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

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

R = 21.55%
G = 38.12%
B = 40.33%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#274549 (or 0x274549) is known color: Dark Slate Grey. HEX triplet: 27, 45 and 49. RGB value is (39,69,73). Sum of RGB (Red+Green+Blue) = 39+69+73=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #274549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274549 is #D8BAB6. Grayscale: #3C3C3C. Windows color (decimal): -14203575 or 4801831. OLE color: 4801831.

HSL color Cylindrical-coordinate representation of color #274549: hue angle of 187.06º 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 #274549 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 69 73 -
CMYK 0.47 0.05 0 0.71
HSL 187.06º 0.3% 0.22% -
HSV(B) 187.06º 0.47% 0.29% -
XYZ 4.17 5.17 7.08 -
YUV 60.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 39 69 73 0.47 0.05 0 0.71 187.06 0.3 0.22
Hex 27 45 49 2F 5 0 47 BB 1E 16
Octal 47 105 111 57 5 0 107 273 36 26
Binary 100111 1000101 1001001 101111 101 0 1000111 10111011 11110 10110

Color Harmonies of #274549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274549

Black with #274549

Text Example


Text Example

White with #274549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274549; }

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

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

background-color css

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

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

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

border-color css

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

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

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