Html Css Color HEX #41848E Paradiso

📋 copy color: '#41848E'

red 65 ◦ green 132 ◦ blue 142

#41848E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #41848E

Tints of Paradiso #41848E

RGB

 RED value IS 65 (25.78% from 255) = 19.17%

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 19.17%
G = 38.94%
B = 41.89%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41848E (or 0x41848E) is known color: Paradiso. HEX triplet: 41, 84 and 8E. RGB value is (65,132,142). Sum of RGB (Red+Green+Blue) = 65+132+142=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #41848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41848E is #BE7B71. Grayscale: #717171. Windows color (decimal): -12483442 or 9339969. OLE color: 9339969.

HSL color Cylindrical-coordinate representation of color #41848E: hue angle of 187.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41848E is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 132 142 -
CMYK 0.54 0.07 0 0.44
HSL 187.79º 0.37% 0.41% -
HSV(B) 187.79º 0.54% 0.56% -
XYZ 15.31 19.58 28.56 -
YUV 113.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 65 132 142 0.54 0.07 0 0.44 187.79 0.37 0.41
Hex 41 84 8E 36 7 0 2C BC 25 29
Octal 101 204 216 66 7 0 54 274 45 51
Binary 1000001 10000100 10001110 110110 111 0 101100 10111100 100101 101001

Color Harmonies of #41848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41848E

Black with #41848E

Text Example


Text Example

White with #41848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41848E; }

 p { color: rgb(65,132,142); }

 H1.HeaderClassName
 {
   color: #41848E;
 }
 .AnyTagClassName
 {
   color: #41848E;
 }
</style>

background-color css

<style>
 a { background-color: #41848E; }

 a { background-color: rgb(65,132,142); }

 div.DivClassName
 {
   background-color: #41848E;
 }
 .BgClassName
 {
   background-color: #41848E;
 }
</style>

border-color css

<style>
 span { border-color: #41848E; }

 span { border-color: rgb(65,132,142); }

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