Html Css Color HEX #426458 Stromboli

📋 copy color: '#426458'

red 66 ◦ green 100 ◦ blue 88

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

Shades of Stromboli #426458

Tints of Stromboli #426458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 25.98%
G = 39.37%
B = 34.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#426458 (or 0x426458) is known color: Stromboli. HEX triplet: 42, 64 and 58. RGB value is (66,100,88). Sum of RGB (Red+Green+Blue) = 66+100+88=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #426458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426458 is #BD9BA7. Grayscale: #585858. Windows color (decimal): -12426152 or 5792834. OLE color: 5792834.

HSL color Cylindrical-coordinate representation of color #426458: hue angle of 158.82º 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 #426458 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 88 -
CMYK 0.34 0 0.12 0.61
HSL 158.82º 0.2% 0.33% -
HSV(B) 158.82º 0.34% 0.39% -
XYZ 8.57 10.98 10.9 -
YUV 88.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 66 100 88 0.34 0 0.12 0.61 158.82 0.2 0.33
Hex 42 64 58 22 0 C 3D 9F 14 21
Octal 102 144 130 42 0 14 75 237 24 41
Binary 1000010 1100100 1011000 100010 0 1100 111101 10011111 10100 100001

Color Harmonies of #426458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426458

Black with #426458

Text Example


Text Example

White with #426458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426458; }

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

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

background-color css

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

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

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

border-color css

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

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

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