#43849D

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

Shades of Hippie Blue #43849D

Tints of Hippie Blue #43849D

Color information

#43849D (or 0x43849D) is unknown color: approx Hippie Blue. HEX triplet: 43, 84 and 9D. RGB value is (67,132,157). Sum of RGB (Red+Green+Blue) = 67+132+157=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #43849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43849D is #BC7B62. Grayscale: #737373. Windows color (decimal): -12352355 or 10323011. OLE color: 10323011.

HSL color Cylindrical-coordinate representation of color #43849D: hue angle of 196.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43849D is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB67132157-
CMYK0.570.1600.38
HSL196.67º40.18%43.92%-
HSV(B)196.67º57.32%61.57%-
XYZ16.6520.1334.91-
YUV115.42151.4793.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.82%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=18.82%
G=37.08%
B=44.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671321570.570.1600.38196.6740.1843.92
Hex43849D3910026c5282c
Octal10320423571200463055054
Binary1000011100001001001110111100110000010011011000101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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