Html Css Color HEX #484B5E Port Gore

📋 copy color: '#484B5E'

red 72 ◦ green 75 ◦ blue 94

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

Shades of Port Gore #484B5E

Tints of Port Gore #484B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 29.88%
G = 31.12%
B = 39%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#484B5E (or 0x484B5E) is known color: Port Gore. HEX triplet: 48, 4B and 5E. RGB value is (72,75,94). Sum of RGB (Red+Green+Blue) = 72+75+94=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #484B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B5E is #B7B4A1. Grayscale: #4C4C4C. Windows color (decimal): -12039330 or 6179656. OLE color: 6179656.

HSL color Cylindrical-coordinate representation of color #484B5E: hue angle of 231.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484B5E is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 75 94 -
CMYK 0.23 0.20 0 0.63
HSL 231.82º 0.13% 0.33% -
HSV(B) 231.82º 0.23% 0.37% -
XYZ 7.21 7.22 11.6 -
YUV 76.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 72 75 94 0.23 0.20 0 0.63 231.82 0.13 0.33
Hex 48 4B 5E 17 14 0 3F E8 D 21
Octal 110 113 136 27 24 0 77 350 15 41
Binary 1001000 1001011 1011110 10111 10100 0 111111 11101000 1101 100001

Color Harmonies of #484B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B5E

Black with #484B5E

Text Example


Text Example

White with #484B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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