Html Css Color HEX #4F468B Dark Slate Blue

📋 copy color: '#4F468B'

red 79 ◦ green 70 ◦ blue 139

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

Shades of Dark Slate Blue #4F468B

Tints of Dark Slate Blue #4F468B

RGB

 RED value IS 79 (31.25% from 255) = 27.43%

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 27.43%
G = 24.31%
B = 48.26%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F468B (or 0x4F468B) is known color: Dark Slate Blue. HEX triplet: 4F, 46 and 8B. RGB value is (79,70,139). Sum of RGB (Red+Green+Blue) = 79+70+139=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F468B is #B0B974. Grayscale: #505050. Windows color (decimal): -11581813 or 9127503. OLE color: 9127503.

HSL color Cylindrical-coordinate representation of color #4F468B: hue angle of 247.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F468B is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 70 139 -
CMYK 0.43 0.50 0 0.45
HSL 247.83º 0.33% 0.41% -
HSV(B) 247.83º 0.5% 0.55% -
XYZ 10.07 7.91 25.42 -
YUV 80.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 79 70 139 0.43 0.50 0 0.45 247.83 0.33 0.41
Hex 4F 46 8B 2B 32 0 2D F8 21 29
Octal 117 106 213 53 62 0 55 370 41 51
Binary 1001111 1000110 10001011 101011 110010 0 101101 11111000 100001 101001

Color Harmonies of #4F468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F468B

Black with #4F468B

Text Example


Text Example

White with #4F468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F468B; }

 p { color: rgb(79,70,139); }

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

background-color css

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

 a { background-color: rgb(79,70,139); }

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

border-color css

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

 span { border-color: rgb(79,70,139); }

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