#41929F

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

Shades of Hippie Blue #41929F

Tints of Hippie Blue #41929F

Color information

#41929F (or 0x41929F) is unknown color: approx Hippie Blue. HEX triplet: 41, 92 and 9F. RGB value is (65,146,159). Sum of RGB (Red+Green+Blue) = 65+146+159=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #41929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41929F is #BE6D60. Grayscale: #7B7B7B. Windows color (decimal): -12479841 or 10457665. OLE color: 10457665.

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

Color convert

RGB65146159-
CMYK0.590.0800.38
HSL188.3º41.96%43.92%-
HSV(B)188.3º59.12%62.35%-
XYZ18.7224.1836.48-
YUV123.26148.1686.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=17.57%
G=39.46%
B=42.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651461590.590.0800.38188.341.9643.92
Hex41929F3B8026bc2a2c
Octal10122223773100462745254
Binary100000110010010100111111110111000010011010111100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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