#428A9D

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

Shades of Hippie Blue #428A9D

Tints of Hippie Blue #428A9D

Color information

#428A9D (or 0x428A9D) is unknown color: approx Hippie Blue. HEX triplet: 42, 8A and 9D. RGB value is (66,138,157). Sum of RGB (Red+Green+Blue) = 66+138+157=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #428A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A9D is #BD7562. Grayscale: #767676. Windows color (decimal): -12416355 or 10324546. OLE color: 10324546.

HSL color Cylindrical-coordinate representation of color #428A9D: hue angle of 192.53º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #428A9D is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66138157-
CMYK0.580.1200.38
HSL192.53º40.81%43.73%-
HSV(B)192.53º57.96%61.57%-
XYZ17.4221.7735.18-
YUV118.64149.6590.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=18.28%
G=38.23%
B=43.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661381570.580.1200.38192.5340.8143.73
Hex428A9D3AC026c1292c
Octal10221223572140463015154
Binary100001010001010100111011110101100010011011000001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428A9D; }

 p { color: rgb(66,138,157); }

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

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

 a { background-color: rgb(66,138,157); }

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

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

 span { border-color: rgb(66,138,157); }

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