Html Css Color HEX #42625B Stromboli

📋 copy color: '#42625B'

red 66 ◦ green 98 ◦ blue 91

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

Shades of Stromboli #42625B

Tints of Stromboli #42625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 25.88%
G = 38.43%
B = 35.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#42625B (or 0x42625B) is known color: Stromboli. HEX triplet: 42, 62 and 5B. RGB value is (66,98,91). Sum of RGB (Red+Green+Blue) = 66+98+91=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #42625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625B is #BD9DA4. Grayscale: #575757. Windows color (decimal): -12426661 or 5988930. OLE color: 5988930.

HSL color Cylindrical-coordinate representation of color #42625B: hue angle of 166.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42625B is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 91 -
CMYK 0.33 0 0.07 0.62
HSL 166.88º 0.2% 0.32% -
HSV(B) 166.88º 0.33% 0.38% -
XYZ 8.5 10.65 11.5 -
YUV 87.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 66 98 91 0.33 0 0.07 0.62 166.88 0.2 0.32
Hex 42 62 5B 21 0 7 3E A7 14 20
Octal 102 142 133 41 0 7 76 247 24 40
Binary 1000010 1100010 1011011 100001 0 111 111110 10100111 10100 100000

Color Harmonies of #42625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42625B

Black with #42625B

Text Example


Text Example

White with #42625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42625B; }

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

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

background-color css

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

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

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

border-color css

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

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

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