Html Css Color HEX #484A8A Dark Slate Blue

📋 copy color: '#484A8A'

red 72 ◦ green 74 ◦ blue 138

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

Shades of Dark Slate Blue #484A8A

Tints of Dark Slate Blue #484A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 25.35%
G = 26.06%
B = 48.59%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#484A8A (or 0x484A8A) is known color: Dark Slate Blue. HEX triplet: 48, 4A and 8A. RGB value is (72,74,138). Sum of RGB (Red+Green+Blue) = 72+74+138=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #484A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A8A is #B7B575. Grayscale: #505050. Windows color (decimal): -12039542 or 9062984. OLE color: 9062984.

HSL color Cylindrical-coordinate representation of color #484A8A: hue angle of 238.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484A8A is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 74 138 -
CMYK 0.48 0.46 0 0.46
HSL 238.18º 0.31% 0.41% -
HSV(B) 238.18º 0.48% 0.54% -
XYZ 9.71 8.11 25.1 -
YUV 80.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 72 74 138 0.48 0.46 0 0.46 238.18 0.31 0.41
Hex 48 4A 8A 30 2E 0 2E EE 1F 29
Octal 110 112 212 60 56 0 56 356 37 51
Binary 1001000 1001010 10001010 110000 101110 0 101110 11101110 11111 101001

Color Harmonies of #484A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A8A

Black with #484A8A

Text Example


Text Example

White with #484A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,138); }

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

background-color css

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

 a { background-color: rgb(72,74,138); }

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

border-color css

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

 span { border-color: rgb(72,74,138); }

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