#274B4E

Color #274B4E Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #274B4E

Tints of Dark Slate Grey #274B4E

Color information

#274B4E (or 0x274B4E) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4B and 4E. RGB value is (39,75,78). Sum of RGB (Red+Green+Blue) = 39+75+78=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #274B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B4E is #D8B4B1. Grayscale: #404040. Windows color (decimal): -14202034 or 5131047. OLE color: 5131047.

HSL color Cylindrical-coordinate representation of color #274B4E: hue angle of 184.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274B4E is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB397578-
CMYK0.500.0400.69
HSL184.62º33.33%22.94%-
HSV(B)184.62º50%30.59%-
XYZ4.736.018.12-
YUV64.58135.57109.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=20.31%
G=39.06%
B=40.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3975780.500.0400.69184.6233.3322.94
Hex274B4E324045b92117
Octal4711311662401052714127
Binary10011110010111001110110010100010001011011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #274B4E;
 }
 .AnyTagClassName
 {
   color: #274B4E;
 }
</style>
background-color css

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

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

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

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

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

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