#274B4B

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

Shades of Dark Slate Grey #274B4B

Tints of Dark Slate Grey #274B4B

Color information

#274B4B (or 0x274B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4B and 4B. RGB value is (39,75,75). Sum of RGB (Red+Green+Blue) = 39+75+75=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #274B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B4B is #D8B4B4. Grayscale: #404040. Windows color (decimal): -14202037 or 4934439. OLE color: 4934439.

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

Color convert

RGB397575-
CMYK0.48000.71
HSL180º31.58%22.35%-
HSV(B)180º48%29.41%-
XYZ4.625.977.57-
YUV64.24134.07110-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=20.63%
G=39.68%
B=39.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975750.48000.7118031.5822.35
Hex274B4B300047b42016
Octal4711311360001072644026
Binary100111100101110010111100000010001111011010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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