#415468

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

Shades of Cello #415468

Tints of Cello #415468

Color information

#415468 (or 0x415468) is unknown color: approx Cello. HEX triplet: 41, 54 and 68. RGB value is (65,84,104). Sum of RGB (Red+Green+Blue) = 65+84+104=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #415468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415468 is #BEAB97. Grayscale: #505050. Windows color (decimal): -12495768 or 6837313. OLE color: 6837313.

HSL color Cylindrical-coordinate representation of color #415468: hue angle of 210.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415468 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6584104-
CMYK0.380.1900.59
HSL210.77º23.08%33.14%-
HSV(B)210.77º37.5%40.78%-
XYZ7.858.4614.32-
YUV80.6141.21116.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=25.69%
G=33.20%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65841040.380.1900.59210.7723.0833.14
Hex415468261303Bd31721
Octal10112415046230733232741
Binary1000001101010011010001001101001101110111101001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415468; }

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

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

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

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

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

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

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

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