#41808A

Color #41808A Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #41808A

Tints of Paradiso #41808A

Color information

#41808A (or 0x41808A) is unknown color: approx Paradiso. HEX triplet: 41, 80 and 8A. RGB value is (65,128,138). Sum of RGB (Red+Green+Blue) = 65+128+138=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #41808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41808A is #BE7F75. Grayscale: #6E6E6E. Windows color (decimal): -12484470 or 9076801. OLE color: 9076801.

HSL color Cylindrical-coordinate representation of color #41808A: hue angle of 188.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41808A is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65128138-
CMYK0.530.0700.46
HSL188.22º35.96%39.8%-
HSV(B)188.22º52.9%54.12%-
XYZ14.4918.426.83-
YUV110.3143.6395.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=19.64%
G=38.67%
B=41.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651281380.530.0700.46188.2235.9639.8
Hex41808A35702Ebc2428
Octal1012002126570562744450
Binary10000011000000010001010110101111010111010111100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41808A; }

 p { color: rgb(65,128,138); }

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

<style>
 a { background-color: #41808A; }

 a { background-color: rgb(65,128,138); }

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

<style>
 span { border-color: #41808A; }

 span { border-color: rgb(65,128,138); }

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