Html Css Color HEX #414F5E Cello

📋 copy color: '#414F5E'

red 65 ◦ green 79 ◦ blue 94

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

Shades of Cello #414F5E

Tints of Cello #414F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 27.31%
G = 33.19%
B = 39.5%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#414F5E (or 0x414F5E) is known color: Cello. HEX triplet: 41, 4F and 5E. RGB value is (65,79,94). Sum of RGB (Red+Green+Blue) = 65+79+94=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #414F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F5E is #BEB0A1. Grayscale: #4C4C4C. Windows color (decimal): -12497058 or 6180673. OLE color: 6180673.

HSL color Cylindrical-coordinate representation of color #414F5E: hue angle of 211.03º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #414F5E is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 79 94 -
CMYK 0.31 0.16 0 0.63
HSL 211.03º 0.18% 0.31% -
HSV(B) 211.03º 0.31% 0.37% -
XYZ 7 7.52 11.67 -
YUV 76.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 65 79 94 0.31 0.16 0 0.63 211.03 0.18 0.31
Hex 41 4F 5E 1F 10 0 3F D3 12 1F
Octal 101 117 136 37 20 0 77 323 22 37
Binary 1000001 1001111 1011110 11111 10000 0 111111 11010011 10010 11111

Color Harmonies of #414F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F5E

Black with #414F5E

Text Example


Text Example

White with #414F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414F5E; }

 p { color: rgb(65,79,94); }

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

background-color css

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

 a { background-color: rgb(65,79,94); }

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

border-color css

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

 span { border-color: rgb(65,79,94); }

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