Html Css Color HEX #484B3F Tuatara

📋 copy color: '#484B3F'

red 72 ◦ green 75 ◦ blue 63

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

Shades of Tuatara #484B3F

Tints of Tuatara #484B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30%

R = 34.29%
G = 35.71%
B = 30%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#484B3F (or 0x484B3F) is known color: Tuatara. HEX triplet: 48, 4B and 3F. RGB value is (72,75,63). Sum of RGB (Red+Green+Blue) = 72+75+63=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 75 - color contains mainly: green. Hex color #484B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B3F is #B7B4C0. Grayscale: #484848. Windows color (decimal): -12039361 or 4148040. OLE color: 4148040.

HSL color Cylindrical-coordinate representation of color #484B3F: hue angle of 75º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484B3F is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 75 63 -
CMYK 0.04 0 0.16 0.71
HSL 75º 0.09% 0.27% -
HSV(B) 75º 0.16% 0.29% -
XYZ 6.09 6.77 5.69 -
YUV 72.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 72 75 63 0.04 0 0.16 0.71 75 0.09 0.27
Hex 48 4B 3F 4 0 10 47 4B 9 1B
Octal 110 113 77 4 0 20 107 113 11 33
Binary 1001000 1001011 111111 100 0 10000 1000111 1001011 1001 11011

Color Harmonies of #484B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B3F

Black with #484B3F

Text Example


Text Example

White with #484B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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