#40929F

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

Shades of Hippie Blue #40929F

Tints of Hippie Blue #40929F

Color information

#40929F (or 0x40929F) is unknown color: approx Hippie Blue. HEX triplet: 40, 92 and 9F. RGB value is (64,146,159). Sum of RGB (Red+Green+Blue) = 64+146+159=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #40929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40929F is #BF6D60. Grayscale: #7A7A7A. Windows color (decimal): -12545377 or 10457664. OLE color: 10457664.

HSL color Cylindrical-coordinate representation of color #40929F: hue angle of 188.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40929F is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64146159-
CMYK0.600.0800.38
HSL188.21º42.6%43.73%-
HSV(B)188.21º59.75%62.35%-
XYZ18.6524.1536.48-
YUV122.96148.3385.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=17.34%
G=39.57%
B=43.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641461590.600.0800.38188.2142.643.73
Hex40929F3C8026bc2b2c
Octal10022223774100462745354
Binary100000010010010100111111111001000010011010111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40929F; }

 p { color: rgb(64,146,159); }

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

<style>
 a { background-color: #40929F; }

 a { background-color: rgb(64,146,159); }

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

<style>
 span { border-color: #40929F; }

 span { border-color: rgb(64,146,159); }

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