#414450

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

Shades of Blue Zodiac #414450

Tints of Blue Zodiac #414450

Color information

#414450 (or 0x414450) is unknown color: approx Blue Zodiac. HEX triplet: 41, 44 and 50. RGB value is (65,68,80). Sum of RGB (Red+Green+Blue) = 65+68+80=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #414450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414450 is #BEBBAF. Grayscale: #444444. Windows color (decimal): -12499888 or 5260353. OLE color: 5260353.

HSL color Cylindrical-coordinate representation of color #414450: hue angle of 228º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414450 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656880-
CMYK0.190.1500.69
HSL228º10.34%28.43%-
HSV(B)228º18.75%31.37%-
XYZ5.75.848.42-
YUV68.47134.51125.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=30.52%
G=31.92%
B=37.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6568800.190.1500.6922810.3428.43
Hex41445013F045e4a1c
Octal101104120231701053441234
Binary1000001100010010100001001111110100010111100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414450; }

 p { color: rgb(65,68,80); }

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

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

 a { background-color: rgb(65,68,80); }

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

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

 span { border-color: rgb(65,68,80); }

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