Html Css Color HEX #416069 Smalt Blue

📋 copy color: '#416069'

red 65 ◦ green 96 ◦ blue 105

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

Shades of Smalt Blue #416069

Tints of Smalt Blue #416069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 24.44%
G = 36.09%
B = 39.47%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#416069 (or 0x416069) is known color: Smalt Blue. HEX triplet: 41, 60 and 69. RGB value is (65,96,105). Sum of RGB (Red+Green+Blue) = 65+96+105=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #416069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416069 is #BE9F96. Grayscale: #575757. Windows color (decimal): -12492695 or 6905921. OLE color: 6905921.

HSL color Cylindrical-coordinate representation of color #416069: hue angle of 193.5º degrees, saturation: 0.24, 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 #416069 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 96 105 -
CMYK 0.38 0.09 0 0.59
HSL 193.5º 0.24% 0.33% -
HSV(B) 193.5º 0.38% 0.41% -
XYZ 8.91 10.51 14.92 -
YUV 87.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 65 96 105 0.38 0.09 0 0.59 193.5 0.24 0.33
Hex 41 60 69 26 9 0 3B C2 18 21
Octal 101 140 151 46 11 0 73 302 30 41
Binary 1000001 1100000 1101001 100110 1001 0 111011 11000010 11000 100001

Color Harmonies of #416069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416069

Black with #416069

Text Example


Text Example

White with #416069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416069; }

 p { color: rgb(65,96,105); }

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

background-color css

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

 a { background-color: rgb(65,96,105); }

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

border-color css

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

 span { border-color: rgb(65,96,105); }

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