#427F9A

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

Shades of Hippie Blue #427F9A

Tints of Hippie Blue #427F9A

Color information

#427F9A (or 0x427F9A) is unknown color: approx Hippie Blue. HEX triplet: 42, 7F and 9A. RGB value is (66,127,154). Sum of RGB (Red+Green+Blue) = 66+127+154=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #427F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F9A is #BD8065. Grayscale: #6F6F6F. Windows color (decimal): -12419174 or 10125122. OLE color: 10125122.

HSL color Cylindrical-coordinate representation of color #427F9A: hue angle of 198.41º 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 #427F9A is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66127154-
CMYK0.570.1800.40
HSL198.41º40%43.14%-
HSV(B)198.41º57.14%60.39%-
XYZ15.6718.6733.35-
YUV111.84151.7995.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=19.02%
G=36.60%
B=44.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661271540.570.1800.40198.414043.14
Hex427F9A3912028c6282b
Octal10217723271220503065053
Binary100001011111111001101011100110010010100011000110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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