#43495A

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

Shades of Blue Zodiac #43495A

Tints of Blue Zodiac #43495A

Color information

#43495A (or 0x43495A) is unknown color: approx Blue Zodiac. HEX triplet: 43, 49 and 5A. RGB value is (67,73,90). Sum of RGB (Red+Green+Blue) = 67+73+90=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #43495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43495A is #BCB6A5. Grayscale: #494949. Windows color (decimal): -12367526 or 5916995. OLE color: 5916995.

HSL color Cylindrical-coordinate representation of color #43495A: hue angle of 224.35º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43495A is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB677390-
CMYK0.260.1900.65
HSL224.35º14.65%30.78%-
HSV(B)224.35º25.56%35.29%-
XYZ6.546.710.62-
YUV73.14137.51123.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=29.13%
G=31.74%
B=39.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6773900.260.1900.65224.3514.6530.78
Hex43495A1A13041e0f1f
Octal103111132322301013401737
Binary10000111001001101101011010100110100000111100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,73,90); }

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

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

 a { background-color: rgb(67,73,90); }

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

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

 span { border-color: rgb(67,73,90); }

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