Html Css Color HEX #456168 Smalt Blue

📋 copy color: '#456168'

red 69 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #456168

Tints of Smalt Blue #456168

RGB

 RED value IS 69 (27.34% from 255) = 25.56%

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 25.56%
G = 35.93%
B = 38.52%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#456168 (or 0x456168) is known color: Smalt Blue. HEX triplet: 45, 61 and 68. RGB value is (69,97,104). Sum of RGB (Red+Green+Blue) = 69+97+104=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #456168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456168 is #BA9E97. Grayscale: #595959. Windows color (decimal): -12230296 or 6840645. OLE color: 6840645.

HSL color Cylindrical-coordinate representation of color #456168: hue angle of 192º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456168 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 97 104 -
CMYK 0.34 0.07 0 0.59
HSL 192º 0.2% 0.34% -
HSV(B) 192º 0.34% 0.41% -
XYZ 9.23 10.81 14.7 -
YUV 89.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 69 97 104 0.34 0.07 0 0.59 192 0.2 0.34
Hex 45 61 68 22 7 0 3B C0 14 22
Octal 105 141 150 42 7 0 73 300 24 42
Binary 1000101 1100001 1101000 100010 111 0 111011 11000000 10100 100010

Color Harmonies of #456168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456168

Black with #456168

Text Example


Text Example

White with #456168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456168; }

 p { color: rgb(69,97,104); }

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

background-color css

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

 a { background-color: rgb(69,97,104); }

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

border-color css

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

 span { border-color: rgb(69,97,104); }

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