Html Css Color HEX #424854 Tuna

📋 copy color: '#424854'

red 66 ◦ green 72 ◦ blue 84

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

Shades of Tuna #424854

Tints of Tuna #424854

RGB

 RED value IS 66 (26.17% from 255) = 29.73%

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 29.73%
G = 32.43%
B = 37.84%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424854 (or 0x424854) is known color: Tuna. HEX triplet: 42, 48 and 54. RGB value is (66,72,84). Sum of RGB (Red+Green+Blue) = 66+72+84=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #424854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424854 is #BDB7AB. Grayscale: #474747. Windows color (decimal): -12433324 or 5523522. OLE color: 5523522.

HSL color Cylindrical-coordinate representation of color #424854: hue angle of 220º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424854 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 72 84 -
CMYK 0.21 0.14 0 0.67
HSL 220º 0.12% 0.29% -
HSV(B) 220º 0.21% 0.33% -
XYZ 6.16 6.43 9.3 -
YUV 71.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 66 72 84 0.21 0.14 0 0.67 220 0.12 0.29
Hex 42 48 54 15 E 0 43 DC C 1D
Octal 102 110 124 25 16 0 103 334 14 35
Binary 1000010 1001000 1010100 10101 1110 0 1000011 11011100 1100 11101

Color Harmonies of #424854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424854

Black with #424854

Text Example


Text Example

White with #424854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424854; }

 p { color: rgb(66,72,84); }

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

background-color css

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

 a { background-color: rgb(66,72,84); }

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

border-color css

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

 span { border-color: rgb(66,72,84); }

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