Html Css Color HEX #414F61 Cello

📋 copy color: '#414F61'

red 65 ◦ green 79 ◦ blue 97

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

Shades of Cello #414F61

Tints of Cello #414F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 26.97%
G = 32.78%
B = 40.25%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414F61 (or 0x414F61) is known color: Cello. HEX triplet: 41, 4F and 61. RGB value is (65,79,97). Sum of RGB (Red+Green+Blue) = 65+79+97=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #414F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F61 is #BEB09E. Grayscale: #4C4C4C. Windows color (decimal): -12497055 or 6377281. OLE color: 6377281.

HSL color Cylindrical-coordinate representation of color #414F61: hue angle of 213.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414F61 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 79 97 -
CMYK 0.33 0.19 0 0.62
HSL 213.75º 0.2% 0.32% -
HSV(B) 213.75º 0.33% 0.38% -
XYZ 7.13 7.58 12.4 -
YUV 76.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 65 79 97 0.33 0.19 0 0.62 213.75 0.2 0.32
Hex 41 4F 61 21 13 0 3E D6 14 20
Octal 101 117 141 41 23 0 76 326 24 40
Binary 1000001 1001111 1100001 100001 10011 0 111110 11010110 10100 100000

Color Harmonies of #414F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F61

Black with #414F61

Text Example


Text Example

White with #414F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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