Html Css Color HEX #274648 Dark Slate Grey

📋 copy color: '#274648'

red 39 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #274648

Tints of Dark Slate Grey #274648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 21.55%
G = 38.67%
B = 39.78%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#274648 (or 0x274648) is known color: Dark Slate Grey. HEX triplet: 27, 46 and 48. RGB value is (39,70,72). Sum of RGB (Red+Green+Blue) = 39+70+72=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #274648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274648 is #D8B9B7. Grayscale: #3C3C3C. Windows color (decimal): -14203320 or 4736551. OLE color: 4736551.

HSL color Cylindrical-coordinate representation of color #274648: hue angle of 183.64º 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 #274648 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 70 72 -
CMYK 0.46 0.03 0 0.72
HSL 183.64º 0.3% 0.22% -
HSV(B) 183.64º 0.46% 0.28% -
XYZ 4.2 5.28 6.93 -
YUV 60.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 39 70 72 0.46 0.03 0 0.72 183.64 0.3 0.22
Hex 27 46 48 2E 3 0 48 B8 1E 16
Octal 47 106 110 56 3 0 110 270 36 26
Binary 100111 1000110 1001000 101110 11 0 1001000 10111000 11110 10110

Color Harmonies of #274648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274648

Black with #274648

Text Example


Text Example

White with #274648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274648; }

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

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

background-color css

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

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

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

border-color css

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

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

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