Html Css Color HEX #274748 Dark Slate Grey

📋 copy color: '#274748'

red 39 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #274748

Tints of Dark Slate Grey #274748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 21.43%
G = 39.01%
B = 39.56%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#274748 (or 0x274748) is known color: Dark Slate Grey. HEX triplet: 27, 47 and 48. RGB value is (39,71,72). Sum of RGB (Red+Green+Blue) = 39+71+72=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #274748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274748 is #D8B8B7. Grayscale: #3D3D3D. Windows color (decimal): -14203064 or 4736807. OLE color: 4736807.

HSL color Cylindrical-coordinate representation of color #274748: hue angle of 181.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274748 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 72 -
CMYK 0.46 0.01 0 0.72
HSL 181.82º 0.3% 0.22% -
HSV(B) 181.82º 0.46% 0.28% -
XYZ 4.26 5.41 6.95 -
YUV 61.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 39 71 72 0.46 0.01 0 0.72 181.82 0.3 0.22
Hex 27 47 48 2E 1 0 48 B6 1E 16
Octal 47 107 110 56 1 0 110 266 36 26
Binary 100111 1000111 1001000 101110 1 0 1001000 10110110 11110 10110

Color Harmonies of #274748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274748

Black with #274748

Text Example


Text Example

White with #274748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274748; }

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

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

background-color css

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

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

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

border-color css

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

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

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