#43849E

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

Shades of Hippie Blue #43849E

Tints of Hippie Blue #43849E

Color information

#43849E (or 0x43849E) is unknown color: approx Hippie Blue. HEX triplet: 43, 84 and 9E. RGB value is (67,132,158). Sum of RGB (Red+Green+Blue) = 67+132+158=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #43849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43849E is #BC7B61. Grayscale: #737373. Windows color (decimal): -12352354 or 10388547. OLE color: 10388547.

HSL color Cylindrical-coordinate representation of color #43849E: hue angle of 197.14º degrees, saturation: 0.4, 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 #43849E is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB67132158-
CMYK0.580.1600.38
HSL197.14º40.44%44.12%-
HSV(B)197.14º57.59%61.96%-
XYZ16.7420.1635.36-
YUV115.53151.9793.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.77%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=18.77%
G=36.97%
B=44.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671321580.580.1600.38197.1440.4444.12
Hex43849E3A10026c5282c
Octal10320423672200463055054
Binary1000011100001001001111011101010000010011011000101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43849E; }

 p { color: rgb(67,132,158); }

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

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

 a { background-color: rgb(67,132,158); }

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

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

 span { border-color: rgb(67,132,158); }

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