Html Css Color HEX #415464 Cello

📋 copy color: '#415464'

red 65 ◦ green 84 ◦ blue 100

#415464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #415464

Tints of Cello #415464

RGB

 RED value IS 65 (25.78% from 255) = 26.1%

 GREEN value IS 84 (33.2% from 255) = 33.73%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 26.1%
G = 33.73%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415464 (or 0x415464) is known color: Cello. HEX triplet: 41, 54 and 64. RGB value is (65,84,100). Sum of RGB (Red+Green+Blue) = 65+84+100=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #415464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415464 is #BEAB9B. Grayscale: #505050. Windows color (decimal): -12495772 or 6575169. OLE color: 6575169.

HSL color Cylindrical-coordinate representation of color #415464: hue angle of 207.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #415464 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 84 100 -
CMYK 0.35 0.16 0 0.61
HSL 207.43º 0.21% 0.32% -
HSV(B) 207.43º 0.35% 0.39% -
XYZ 7.65 8.38 13.27 -
YUV 80.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 65 84 100 0.35 0.16 0 0.61 207.43 0.21 0.32
Hex 41 54 64 23 10 0 3D CF 15 20
Octal 101 124 144 43 20 0 75 317 25 40
Binary 1000001 1010100 1100100 100011 10000 0 111101 11001111 10101 100000

Color Harmonies of #415464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415464

Black with #415464

Text Example


Text Example

White with #415464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415464; }

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

 H1.HeaderClassName
 {
   color: #415464;
 }
 .AnyTagClassName
 {
   color: #415464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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