Html Css Color HEX #424851 Tuna

📋 copy color: '#424851'

red 66 ◦ green 72 ◦ blue 81

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

Shades of Tuna #424851

Tints of Tuna #424851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 30.14%
G = 32.88%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424851 (or 0x424851) is known color: Tuna. HEX triplet: 42, 48 and 51. RGB value is (66,72,81). Sum of RGB (Red+Green+Blue) = 66+72+81=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #424851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424851 is #BDB7AE. Grayscale: #474747. Windows color (decimal): -12433327 or 5326914. OLE color: 5326914.

HSL color Cylindrical-coordinate representation of color #424851: hue angle of 216º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424851 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 72 81 -
CMYK 0.19 0.11 0 0.68
HSL 216º 0.1% 0.29% -
HSV(B) 216º 0.19% 0.32% -
XYZ 6.05 6.39 8.7 -
YUV 71.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 66 72 81 0.19 0.11 0 0.68 216 0.1 0.29
Hex 42 48 51 13 B 0 44 D8 A 1D
Octal 102 110 121 23 13 0 104 330 12 35
Binary 1000010 1001000 1010001 10011 1011 0 1000100 11011000 1010 11101

Color Harmonies of #424851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424851

Black with #424851

Text Example


Text Example

White with #424851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424851; }

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

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

background-color css

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

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

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

border-color css

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

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

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