#428692

Color #428692 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #428692

Tints of Hippie Blue #428692

Color information

#428692 (or 0x428692) is unknown color: approx Hippie Blue. HEX triplet: 42, 86 and 92. RGB value is (66,134,146). Sum of RGB (Red+Green+Blue) = 66+134+146=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #428692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428692 is #BD796D. Grayscale: #727272. Windows color (decimal): -12417390 or 9602626. OLE color: 9602626.

HSL color Cylindrical-coordinate representation of color #428692: hue angle of 189º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428692 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66134146-
CMYK0.550.0800.43
HSL189º37.74%41.57%-
HSV(B)189º54.79%57.25%-
XYZ15.9620.2830.27-
YUV115.04145.4793.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=19.08%
G=38.73%
B=42.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661341460.550.0800.4318937.7441.57
Hex42869237802Bbd262a
Octal10220622267100532754652
Binary100001010000110100100101101111000010101110111101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428692; }

 p { color: rgb(66,134,146); }

 H1.HeaderClassName
 {
   color: #428692;
 }
 .AnyTagClassName
 {
   color: #428692;
 }
</style>
background-color css

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

 a { background-color: rgb(66,134,146); }

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

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

 span { border-color: rgb(66,134,146); }

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