Html Css Color HEX #264E4A Dark Slate Grey

📋 copy color: '#264E4A'

red 38 ◦ green 78 ◦ blue 74

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

Shades of Dark Slate Grey #264E4A

Tints of Dark Slate Grey #264E4A

RGB

 RED value IS 38 (15.23% from 255) = 20%

 GREEN value IS 78 (30.86% from 255) = 41.05%

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 20%
G = 41.05%
B = 38.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#264E4A (or 0x264E4A) is known color: Dark Slate Grey. HEX triplet: 26, 4E and 4A. RGB value is (38,78,74). Sum of RGB (Red+Green+Blue) = 38+78+74=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #264E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E4A is #D9B1B5. Grayscale: #414141. Windows color (decimal): -14266806 or 4869670. OLE color: 4869670.

HSL color Cylindrical-coordinate representation of color #264E4A: hue angle of 174º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E4A is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 78 74 -
CMYK 0.51 0 0.05 0.69
HSL 174º 0.34% 0.23% -
HSV(B) 174º 0.51% 0.31% -
XYZ 4.76 6.36 7.45 -
YUV 65.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 38 78 74 0.51 0 0.05 0.69 174 0.34 0.23
Hex 26 4E 4A 33 0 5 45 AE 22 17
Octal 46 116 112 63 0 5 105 256 42 27
Binary 100110 1001110 1001010 110011 0 101 1000101 10101110 100010 10111

Color Harmonies of #264E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E4A

Black with #264E4A

Text Example


Text Example

White with #264E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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