#455381

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

Shades of Chambray #455381

Tints of Chambray #455381

Color information

#455381 (or 0x455381) is unknown color: approx Chambray. HEX triplet: 45, 53 and 81. RGB value is (69,83,129). Sum of RGB (Red+Green+Blue) = 69+83+129=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #455381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455381 is #BAAC7E. Grayscale: #535353. Windows color (decimal): -12233855 or 8475461. OLE color: 8475461.

HSL color Cylindrical-coordinate representation of color #455381: hue angle of 226º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455381 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6983129-
CMYK0.470.3600.49
HSL226º30.3%38.82%-
HSV(B)226º46.51%50.59%-
XYZ9.519.0422.01-
YUV84.06153.36117.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=24.56%
G=29.54%
B=45.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69831290.470.3600.4922630.338.82
Hex4553812F24031e21e27
Octal10512320157440613423647
Binary100010110100111000000110111110010001100011110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455381; }

 p { color: rgb(69,83,129); }

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

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

 a { background-color: rgb(69,83,129); }

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

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

 span { border-color: rgb(69,83,129); }

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