Html Css Color HEX #474098 Dark Slate Blue

📋 copy color: '#474098'

red 71 ◦ green 64 ◦ blue 152

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

Shades of Dark Slate Blue #474098

Tints of Dark Slate Blue #474098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 24.74%
G = 22.3%
B = 52.96%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#474098 (or 0x474098) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 98. RGB value is (71,64,152). Sum of RGB (Red+Green+Blue) = 71+64+152=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #474098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474098 is #B8BF67. Grayscale: #4B4B4B. Windows color (decimal): -12107624 or 9977927. OLE color: 9977927.

HSL color Cylindrical-coordinate representation of color #474098: hue angle of 244.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474098 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 64 152 -
CMYK 0.53 0.58 0 0.40
HSL 244.77º 0.41% 0.42% -
HSV(B) 244.77º 0.58% 0.6% -
XYZ 10.1 7.27 30.58 -
YUV 76.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 71 64 152 0.53 0.58 0 0.40 244.77 0.41 0.42
Hex 47 40 98 35 3A 0 28 F5 29 2A
Octal 107 100 230 65 72 0 50 365 51 52
Binary 1000111 1000000 10011000 110101 111010 0 101000 11110101 101001 101010

Color Harmonies of #474098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474098

Black with #474098

Text Example


Text Example

White with #474098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474098; }

 p { color: rgb(71,64,152); }

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

background-color css

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

 a { background-color: rgb(71,64,152); }

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

border-color css

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

 span { border-color: rgb(71,64,152); }

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