#424A61

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

Shades of Blue Zodiac #424A61

Tints of Blue Zodiac #424A61

Color information

#424A61 (or 0x424A61) is unknown color: approx Blue Zodiac. HEX triplet: 42, 4A and 61. RGB value is (66,74,97). Sum of RGB (Red+Green+Blue) = 66+74+97=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #424A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A61 is #BDB59E. Grayscale: #4A4A4A. Windows color (decimal): -12432799 or 6376002. OLE color: 6376002.

HSL color Cylindrical-coordinate representation of color #424A61: hue angle of 224.52º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424A61 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667497-
CMYK0.320.2400.62
HSL224.52º19.02%31.96%-
HSV(B)224.52º31.96%38.04%-
XYZ6.856.9212.28-
YUV74.23140.85122.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=27.85%
G=31.22%
B=40.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6674970.320.2400.62224.5219.0231.96
Hex424A61201803Ee11320
Octal10211214140300763412340
Binary1000010100101011000011000001100001111101110000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424A61; }

 p { color: rgb(66,74,97); }

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

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

 a { background-color: rgb(66,74,97); }

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

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

 span { border-color: rgb(66,74,97); }

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