Html Css Color HEX #484B4E Tuna

📋 copy color: '#484B4E'

red 72 ◦ green 75 ◦ blue 78

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

Shades of Tuna #484B4E

Tints of Tuna #484B4E

RGB

 RED value IS 72 (28.52% from 255) = 32%

 GREEN value IS 75 (29.69% from 255) = 33.33%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 32%
G = 33.33%
B = 34.67%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484B4E (or 0x484B4E) is known color: Tuna. HEX triplet: 48, 4B and 4E. RGB value is (72,75,78). Sum of RGB (Red+Green+Blue) = 72+75+78=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 78 - color contains mainly: blue. Hex color #484B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B4E is #B7B4B1. Grayscale: #4A4A4A. Windows color (decimal): -12039346 or 5131080. OLE color: 5131080.

HSL color Cylindrical-coordinate representation of color #484B4E: hue angle of 210º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484B4E is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 75 78 -
CMYK 0.08 0.04 0 0.69
HSL 210º 0.04% 0.29% -
HSV(B) 210º 0.08% 0.31% -
XYZ 6.56 6.96 8.21 -
YUV 74.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 72 75 78 0.08 0.04 0 0.69 210 0.04 0.29
Hex 48 4B 4E 8 4 0 45 D2 4 1D
Octal 110 113 116 10 4 0 105 322 4 35
Binary 1001000 1001011 1001110 1000 100 0 1000101 11010010 100 11101

Color Harmonies of #484B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B4E

Black with #484B4E

Text Example


Text Example

White with #484B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484B4E; }

 p { color: rgb(72,75,78); }

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

background-color css

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

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

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

border-color css

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

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

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