#415472

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

Shades of Chambray #415472

Tints of Chambray #415472

Color information

#415472 (or 0x415472) is unknown color: approx Chambray. HEX triplet: 41, 54 and 72. RGB value is (65,84,114). Sum of RGB (Red+Green+Blue) = 65+84+114=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #415472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415472 is #BEAB8D. Grayscale: #515151. Windows color (decimal): -12495758 or 7492673. OLE color: 7492673.

HSL color Cylindrical-coordinate representation of color #415472: hue angle of 216.73º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415472 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6584114-
CMYK0.430.2600.55
HSL216.73º27.37%35.1%-
HSV(B)216.73º42.98%44.71%-
XYZ8.398.6817.15-
YUV81.74146.21116.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=24.71%
G=31.94%
B=43.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65841140.430.2600.55216.7327.3735.1
Hex4154722B1A037d91b23
Octal10112416253320673313343
Binary1000001101010011100101010111101001101111101100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415472; }

 p { color: rgb(65,84,114); }

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

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

 a { background-color: rgb(65,84,114); }

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

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

 span { border-color: rgb(65,84,114); }

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