Html Css Color HEX #416269 Smalt Blue

📋 copy color: '#416269'

red 65 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #416269

Tints of Smalt Blue #416269

RGB

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

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

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

R = 24.25%
G = 36.57%
B = 39.18%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#416269 (or 0x416269) is known color: Smalt Blue. HEX triplet: 41, 62 and 69. RGB value is (65,98,105). Sum of RGB (Red+Green+Blue) = 65+98+105=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #416269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416269 is #BE9D96. Grayscale: #585858. Windows color (decimal): -12492183 or 6906433. OLE color: 6906433.

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

Color convert

RGB 65 98 105 -
CMYK 0.38 0.07 0 0.59
HSL 190.5º 0.24% 0.33% -
HSV(B) 190.5º 0.38% 0.41% -
XYZ 9.1 10.88 14.98 -
YUV 88.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 65 98 105 0.38 0.07 0 0.59 190.5 0.24 0.33
Hex 41 62 69 26 7 0 3B BE 18 21
Octal 101 142 151 46 7 0 73 276 30 41
Binary 1000001 1100010 1101001 100110 111 0 111011 10111110 11000 100001

Color Harmonies of #416269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416269

Black with #416269

Text Example


Text Example

White with #416269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416269; }

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

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

background-color css

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

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

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

border-color css

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

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

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