Html Css Color HEX #473C88 Dark Slate Blue

📋 copy color: '#473C88'

red 71 ◦ green 60 ◦ blue 136

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

Shades of Dark Slate Blue #473C88

Tints of Dark Slate Blue #473C88

RGB

 RED value IS 71 (28.13% from 255) = 26.59%

 GREEN value IS 60 (23.83% from 255) = 22.47%

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 26.59%
G = 22.47%
B = 50.94%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473C88 (or 0x473C88) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 88. RGB value is (71,60,136). Sum of RGB (Red+Green+Blue) = 71+60+136=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #473C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C88 is #B8C377. Grayscale: #474747. Windows color (decimal): -12108664 or 8928327. OLE color: 8928327.

HSL color Cylindrical-coordinate representation of color #473C88: hue angle of 248.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473C88 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 60 136 -
CMYK 0.48 0.56 0 0.47
HSL 248.68º 0.39% 0.38% -
HSV(B) 248.68º 0.56% 0.53% -
XYZ 8.66 6.35 24.06 -
YUV 71.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 71 60 136 0.48 0.56 0 0.47 248.68 0.39 0.38
Hex 47 3C 88 30 38 0 2F F9 27 26
Octal 107 74 210 60 70 0 57 371 47 46
Binary 1000111 111100 10001000 110000 111000 0 101111 11111001 100111 100110

Color Harmonies of #473C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C88

Black with #473C88

Text Example


Text Example

White with #473C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C88; }

 p { color: rgb(71,60,136); }

 H1.HeaderClassName
 {
   color: #473C88;
 }
 .AnyTagClassName
 {
   color: #473C88;
 }
</style>

background-color css

<style>
 a { background-color: #473C88; }

 a { background-color: rgb(71,60,136); }

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

border-color css

<style>
 span { border-color: #473C88; }

 span { border-color: rgb(71,60,136); }

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