Html Css Color HEX #426454 Stromboli

📋 copy color: '#426454'

red 66 ◦ green 100 ◦ blue 84

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

Shades of Stromboli #426454

Tints of Stromboli #426454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 26.4%
G = 40%
B = 33.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#426454 (or 0x426454) is known color: Stromboli. HEX triplet: 42, 64 and 54. RGB value is (66,100,84). Sum of RGB (Red+Green+Blue) = 66+100+84=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #426454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426454 is #BD9BAB. Grayscale: #585858. Windows color (decimal): -12426156 or 5530690. OLE color: 5530690.

HSL color Cylindrical-coordinate representation of color #426454: hue angle of 151.76º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #426454 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 84 -
CMYK 0.34 0 0.16 0.61
HSL 151.76º 0.2% 0.33% -
HSV(B) 151.76º 0.34% 0.39% -
XYZ 8.4 10.91 10.05 -
YUV 88.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 66 100 84 0.34 0 0.16 0.61 151.76 0.2 0.33
Hex 42 64 54 22 0 10 3D 98 14 21
Octal 102 144 124 42 0 20 75 230 24 41
Binary 1000010 1100100 1010100 100010 0 10000 111101 10011000 10100 100001

Color Harmonies of #426454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426454

Black with #426454

Text Example


Text Example

White with #426454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426454; }

 p { color: rgb(66,100,84); }

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

background-color css

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

 a { background-color: rgb(66,100,84); }

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

border-color css

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

 span { border-color: rgb(66,100,84); }

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