#4381A1

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

Shades of Hippie Blue #4381A1

Tints of Hippie Blue #4381A1

Color information

#4381A1 (or 0x4381A1) is unknown color: approx Hippie Blue. HEX triplet: 43, 81 and A1. RGB value is (67,129,161). Sum of RGB (Red+Green+Blue) = 67+129+161=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #4381A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4381A1 is #BC7E5E. Grayscale: #717171. Windows color (decimal): -12353119 or 10584387. OLE color: 10584387.

HSL color Cylindrical-coordinate representation of color #4381A1: hue angle of 200.43º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4381A1 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB67129161-
CMYK0.580.2000.37
HSL200.43º41.23%44.71%-
HSV(B)200.43º58.39%63.14%-
XYZ16.619.4736.6-
YUV114.11154.4694.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.77%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 161 (63.28% from 255) = 45.10%
R=18.77%
G=36.13%
B=45.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal671291610.580.2000.37200.4341.2344.71
Hex4381A13A14025c8292d
Octal10320124172240453105155
Binary1000011100000011010000111101010100010010111001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4381A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4381A1; }

 p { color: rgb(67,129,161); }

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

<style>
 a { background-color: #4381A1; }

 a { background-color: rgb(67,129,161); }

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

<style>
 span { border-color: #4381A1; }

 span { border-color: rgb(67,129,161); }

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