Html Css Color HEX #456066 Smalt Blue

📋 copy color: '#456066'

red 69 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #456066

Tints of Smalt Blue #456066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 25.84%
G = 35.96%
B = 38.2%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#456066 (or 0x456066) is known color: Smalt Blue. HEX triplet: 45, 60 and 66. RGB value is (69,96,102). Sum of RGB (Red+Green+Blue) = 69+96+102=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #456066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456066 is #BA9F99. Grayscale: #585858. Windows color (decimal): -12230554 or 6709317. OLE color: 6709317.

HSL color Cylindrical-coordinate representation of color #456066: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456066 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 69 96 102 -
CMYK 0.32 0.06 0 0.6
HSL 190.91º 0.19% 0.34% -
HSV(B) 190.91º 0.32% 0.4% -
XYZ 9.04 10.59 14.14 -
YUV 88.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 69 96 102 0.32 0.06 0 0.6 190.91 0.19 0.34
Hex 45 60 66 20 6 0 3C BF 13 22
Octal 105 140 146 40 6 0 74 277 23 42
Binary 1000101 1100000 1100110 100000 110 0 111100 10111111 10011 100010

Color Harmonies of #456066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456066

Black with #456066

Text Example


Text Example

White with #456066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456066; }

 p { color: rgb(69,96,102); }

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

background-color css

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

 a { background-color: rgb(69,96,102); }

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

border-color css

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

 span { border-color: rgb(69,96,102); }

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