#42455B

Color #42455B Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #42455B

Tints of Blue Zodiac #42455B

Color information

#42455B (or 0x42455B) is unknown color: approx Blue Zodiac. HEX triplet: 42, 45 and 5B. RGB value is (66,69,91). Sum of RGB (Red+Green+Blue) = 66+69+91=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #42455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42455B is #BDBAA4. Grayscale: #464646. Windows color (decimal): -12434085 or 5981506. OLE color: 5981506.

HSL color Cylindrical-coordinate representation of color #42455B: hue angle of 232.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42455B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB666991-
CMYK0.270.2400.64
HSL232.8º15.92%30.78%-
HSV(B)232.8º27.47%35.69%-
XYZ6.266.1710.76-
YUV70.61139.51124.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=29.20%
G=30.53%
B=40.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6669910.270.2400.64232.815.9230.78
Hex42455B1B18040e9101f
Octal102105133333001003512037
Binary100001010001011011011110111100001000000111010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42455B; }

 p { color: rgb(66,69,91); }

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

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

 a { background-color: rgb(66,69,91); }

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

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

 span { border-color: rgb(66,69,91); }

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