Html Css Color HEX #416068 Smalt Blue

📋 copy color: '#416068'

red 65 ◦ green 96 ◦ blue 104

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

Shades of Smalt Blue #416068

Tints of Smalt Blue #416068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 24.53%
G = 36.23%
B = 39.25%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#416068 (or 0x416068) is known color: Smalt Blue. HEX triplet: 41, 60 and 68. RGB value is (65,96,104). Sum of RGB (Red+Green+Blue) = 65+96+104=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #416068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416068 is #BE9F97. Grayscale: #575757. Windows color (decimal): -12492696 or 6840385. OLE color: 6840385.

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

Color convert

RGB 65 96 104 -
CMYK 0.38 0.08 0 0.59
HSL 192.31º 0.23% 0.33% -
HSV(B) 192.31º 0.38% 0.41% -
XYZ 8.86 10.49 14.65 -
YUV 87.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 65 96 104 0.38 0.08 0 0.59 192.31 0.23 0.33
Hex 41 60 68 26 8 0 3B C0 17 21
Octal 101 140 150 46 10 0 73 300 27 41
Binary 1000001 1100000 1101000 100110 1000 0 111011 11000000 10111 100001

Color Harmonies of #416068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416068

Black with #416068

Text Example


Text Example

White with #416068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416068; }

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

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

background-color css

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

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

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

border-color css

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

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

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