#427F9C

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

Shades of Hippie Blue #427F9C

Tints of Hippie Blue #427F9C

Color information

#427F9C (or 0x427F9C) is unknown color: approx Hippie Blue. HEX triplet: 42, 7F and 9C. RGB value is (66,127,156). Sum of RGB (Red+Green+Blue) = 66+127+156=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #427F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F9C is #BD8063. Grayscale: #6F6F6F. Windows color (decimal): -12419172 or 10256194. OLE color: 10256194.

HSL color Cylindrical-coordinate representation of color #427F9C: hue angle of 199.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427F9C is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66127156-
CMYK0.580.1900.39
HSL199.33º40.54%43.53%-
HSV(B)199.33º57.69%61.18%-
XYZ15.8418.7434.23-
YUV112.07152.7995.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=18.91%
G=36.39%
B=44.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661271560.580.1900.39199.3340.5443.53
Hex427F9C3A13027c7292c
Octal10217723472230473075154
Binary100001011111111001110011101010011010011111000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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