#42449A

Color #42449A Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #42449A

Tints of Dark Slate Blue #42449A

Color information

#42449A (or 0x42449A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 44 and 9A. RGB value is (66,68,154). Sum of RGB (Red+Green+Blue) = 66+68+154=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #42449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42449A is #BDBB65. Grayscale: #4C4C4C. Windows color (decimal): -12434278 or 10110018. OLE color: 10110018.

HSL color Cylindrical-coordinate representation of color #42449A: hue angle of 238.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42449A is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6668154-
CMYK0.570.5600.40
HSL238.64º40%43.14%-
HSV(B)238.64º57.14%60.39%-
XYZ10.157.6331.51-
YUV77.21171.34120.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=22.92%
G=23.61%
B=53.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66681540.570.5600.40238.644043.14
Hex42449A3938028ef282b
Octal10210423271700503575053
Binary1000010100010010011010111001111000010100011101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42449A; }

 p { color: rgb(66,68,154); }

 H1.HeaderClassName
 {
   color: #42449A;
 }
 .AnyTagClassName
 {
   color: #42449A;
 }
</style>
background-color css

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

 a { background-color: rgb(66,68,154); }

 div.DivClassName
 {
   background-color: #42449A;
 }
 .BgClassName
 {
   background-color: #42449A;
 }
</style>
border-color css

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

 span { border-color: rgb(66,68,154); }

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