#264A4A

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

Shades of Dark Slate Grey #264A4A

Tints of Dark Slate Grey #264A4A

Color information

#264A4A (or 0x264A4A) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4A and 4A. RGB value is (38,74,74). Sum of RGB (Red+Green+Blue) = 38+74+74=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #264A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A4A is #D9B5B5. Grayscale: #3F3F3F. Windows color (decimal): -14267830 or 4868646. OLE color: 4868646.

HSL color Cylindrical-coordinate representation of color #264A4A: 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.49%. Process color model (Four color, CMYK) of #264A4A is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB387474-
CMYK0.49000.71
HSL180º32.14%21.96%-
HSV(B)180º48.65%29.02%-
XYZ4.485.87.36-
YUV63.24134.07110-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=20.43%
G=39.78%
B=39.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3874740.49000.7118032.1421.96
Hex264A4A310047b42016
Octal4611211261001072644026
Binary100110100101010010101100010010001111011010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264A4A; }

 p { color: rgb(38,74,74); }

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

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

 a { background-color: rgb(38,74,74); }

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

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

 span { border-color: rgb(38,74,74); }

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