#427F9F

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

Shades of Hippie Blue #427F9F

Tints of Hippie Blue #427F9F

Color information

#427F9F (or 0x427F9F) is unknown color: approx Hippie Blue. HEX triplet: 42, 7F and 9F. RGB value is (66,127,159). Sum of RGB (Red+Green+Blue) = 66+127+159=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #427F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F9F is #BD8060. Grayscale: #707070. Windows color (decimal): -12419169 or 10452802. OLE color: 10452802.

HSL color Cylindrical-coordinate representation of color #427F9F: hue angle of 200.65º 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 #427F9F is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66127159-
CMYK0.580.2000.38
HSL200.65º41.33%44.12%-
HSV(B)200.65º58.49%62.35%-
XYZ16.0918.8435.59-
YUV112.41154.2994.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=18.75%
G=36.08%
B=45.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661271590.580.2000.38200.6541.3344.12
Hex427F9F3A14026c9292c
Octal10217723772240463115154
Binary100001011111111001111111101010100010011011001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F9F; }

 p { color: rgb(66,127,159); }

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

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

 a { background-color: rgb(66,127,159); }

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

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

 span { border-color: rgb(66,127,159); }

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