Html Css Color HEX #416268 Smalt Blue

📋 copy color: '#416268'

red 65 ◦ green 98 ◦ blue 104

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

Shades of Smalt Blue #416268

Tints of Smalt Blue #416268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 24.34%
G = 36.7%
B = 38.95%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#416268 (or 0x416268) is known color: Smalt Blue. HEX triplet: 41, 62 and 68. RGB value is (65,98,104). Sum of RGB (Red+Green+Blue) = 65+98+104=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #416268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416268 is #BE9D97. Grayscale: #585858. Windows color (decimal): -12492184 or 6840897. OLE color: 6840897.

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

Color convert

RGB 65 98 104 -
CMYK 0.38 0.06 0 0.59
HSL 189.23º 0.23% 0.33% -
HSV(B) 189.23º 0.38% 0.41% -
XYZ 9.05 10.86 14.72 -
YUV 88.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 65 98 104 0.38 0.06 0 0.59 189.23 0.23 0.33
Hex 41 62 68 26 6 0 3B BD 17 21
Octal 101 142 150 46 6 0 73 275 27 41
Binary 1000001 1100010 1101000 100110 110 0 111011 10111101 10111 100001

Color Harmonies of #416268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416268

Black with #416268

Text Example


Text Example

White with #416268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416268; }

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

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

background-color css

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

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

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

border-color css

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

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

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