Html Css Color HEX #4A437C Dark Slate Blue

📋 copy color: '#4A437C'

red 74 ◦ green 67 ◦ blue 124

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

Shades of Dark Slate Blue #4A437C

Tints of Dark Slate Blue #4A437C

RGB

 RED value IS 74 (29.3% from 255) = 27.92%

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 27.92%
G = 25.28%
B = 46.79%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A437C (or 0x4A437C) is known color: Dark Slate Blue. HEX triplet: 4A, 43 and 7C. RGB value is (74,67,124). Sum of RGB (Red+Green+Blue) = 74+67+124=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A437C is #B5BC83. Grayscale: #4B4B4B. Windows color (decimal): -11910276 or 8143690. OLE color: 8143690.

HSL color Cylindrical-coordinate representation of color #4A437C: hue angle of 247.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A437C is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 67 124 -
CMYK 0.40 0.46 0 0.51
HSL 247.37º 0.3% 0.37% -
HSV(B) 247.37º 0.46% 0.49% -
XYZ 8.47 6.93 19.96 -
YUV 75.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 74 67 124 0.40 0.46 0 0.51 247.37 0.3 0.37
Hex 4A 43 7C 28 2E 0 33 F7 1E 25
Octal 112 103 174 50 56 0 63 367 36 45
Binary 1001010 1000011 1111100 101000 101110 0 110011 11110111 11110 100101

Color Harmonies of #4A437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A437C

Black with #4A437C

Text Example


Text Example

White with #4A437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,124); }

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

background-color css

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

 a { background-color: rgb(74,67,124); }

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

border-color css

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

 span { border-color: rgb(74,67,124); }

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