Html Css Color HEX #426268 Smalt Blue

📋 copy color: '#426268'

red 66 ◦ green 98 ◦ blue 104

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

Shades of Smalt Blue #426268

Tints of Smalt Blue #426268

RGB

 RED value IS 66 (26.17% from 255) = 24.63%

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

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

R = 24.63%
G = 36.57%
B = 38.81%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#426268 (or 0x426268) is known color: Smalt Blue. HEX triplet: 42, 62 and 68. RGB value is (66,98,104). Sum of RGB (Red+Green+Blue) = 66+98+104=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #426268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426268 is #BD9D97. Grayscale: #595959. Windows color (decimal): -12426648 or 6840898. OLE color: 6840898.

HSL color Cylindrical-coordinate representation of color #426268: hue angle of 189.47º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426268 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 98 104 -
CMYK 0.37 0.06 0 0.59
HSL 189.47º 0.22% 0.33% -
HSV(B) 189.47º 0.37% 0.41% -
XYZ 9.11 10.89 14.72 -
YUV 89.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 66 98 104 0.37 0.06 0 0.59 189.47 0.22 0.33
Hex 42 62 68 25 6 0 3B BD 16 21
Octal 102 142 150 45 6 0 73 275 26 41
Binary 1000010 1100010 1101000 100101 110 0 111011 10111101 10110 100001

Color Harmonies of #426268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426268

Black with #426268

Text Example


Text Example

White with #426268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426268; }

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

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

background-color css

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

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

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

border-color css

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

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

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