Html Css Color HEX #427062 Stromboli

📋 copy color: '#427062'

red 66 ◦ green 112 ◦ blue 98

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

Shades of Stromboli #427062

Tints of Stromboli #427062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 23.91%
G = 40.58%
B = 35.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#427062 (or 0x427062) is known color: Stromboli. HEX triplet: 42, 70 and 62. RGB value is (66,112,98). Sum of RGB (Red+Green+Blue) = 66+112+98=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #427062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427062 is #BD8F9D. Grayscale: #606060. Windows color (decimal): -12423070 or 6451266. OLE color: 6451266.

HSL color Cylindrical-coordinate representation of color #427062: hue angle of 161.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427062 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 98 -
CMYK 0.41 0 0.13 0.56
HSL 161.74º 0.26% 0.35% -
HSV(B) 161.74º 0.41% 0.44% -
XYZ 10.25 13.63 13.65 -
YUV 96.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 66 112 98 0.41 0 0.13 0.56 161.74 0.26 0.35
Hex 42 70 62 29 0 D 38 A2 1A 23
Octal 102 160 142 51 0 15 70 242 32 43
Binary 1000010 1110000 1100010 101001 0 1101 111000 10100010 11010 100011

Color Harmonies of #427062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427062

Black with #427062

Text Example


Text Example

White with #427062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427062; }

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

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

background-color css

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

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

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

border-color css

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

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

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