#428299

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

Shades of Hippie Blue #428299

Tints of Hippie Blue #428299

Color information

#428299 (or 0x428299) is unknown color: approx Hippie Blue. HEX triplet: 42, 82 and 99. RGB value is (66,130,153). Sum of RGB (Red+Green+Blue) = 66+130+153=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #428299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428299 is #BD7D66. Grayscale: #717171. Windows color (decimal): -12418407 or 10060354. OLE color: 10060354.

HSL color Cylindrical-coordinate representation of color #428299: hue angle of 195.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428299 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66130153-
CMYK0.570.1500.4
HSL195.86º39.73%42.94%-
HSV(B)195.86º56.86%60%-
XYZ15.9819.4233.04-
YUV113.49150.394.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=18.91%
G=37.25%
B=43.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661301530.570.1500.4195.8639.7342.94
Hex42829939F028c4282b
Octal10220223171170503045053
Binary100001010000010100110011110011111010100011000100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428299; }

 p { color: rgb(66,130,153); }

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

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

 a { background-color: rgb(66,130,153); }

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

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

 span { border-color: rgb(66,130,153); }

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