Html Css Color HEX #426453 Stromboli

📋 copy color: '#426453'

red 66 ◦ green 100 ◦ blue 83

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

Shades of Stromboli #426453

Tints of Stromboli #426453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 26.51%
G = 40.16%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#426453 (or 0x426453) is known color: Stromboli. HEX triplet: 42, 64 and 53. RGB value is (66,100,83). Sum of RGB (Red+Green+Blue) = 66+100+83=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #426453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426453 is #BD9BAC. Grayscale: #575757. Windows color (decimal): -12426157 or 5465154. OLE color: 5465154.

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

Color convert

RGB 66 100 83 -
CMYK 0.34 0 0.17 0.61
HSL 150º 0.2% 0.33% -
HSV(B) 150º 0.34% 0.39% -
XYZ 8.37 10.9 9.85 -
YUV 87.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 66 100 83 0.34 0 0.17 0.61 150 0.2 0.33
Hex 42 64 53 22 0 11 3D 96 14 21
Octal 102 144 123 42 0 21 75 226 24 41
Binary 1000010 1100100 1010011 100010 0 10001 111101 10010110 10100 100001

Color Harmonies of #426453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426453

Black with #426453

Text Example


Text Example

White with #426453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426453; }

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

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

background-color css

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

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

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

border-color css

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

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

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