Html Css Color HEX #41848A Paradiso

📋 copy color: '#41848A'

red 65 ◦ green 132 ◦ blue 138

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

Shades of Paradiso #41848A

Tints of Paradiso #41848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 19.4%
G = 39.4%
B = 41.19%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41848A (or 0x41848A) is known color: Paradiso. HEX triplet: 41, 84 and 8A. RGB value is (65,132,138). Sum of RGB (Red+Green+Blue) = 65+132+138=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #41848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41848A is #BE7B75. Grayscale: #707070. Windows color (decimal): -12483446 or 9077825. OLE color: 9077825.

HSL color Cylindrical-coordinate representation of color #41848A: hue angle of 184.93º 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 #41848A is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 132 138 -
CMYK 0.53 0.04 0 0.46
HSL 184.93º 0.36% 0.4% -
HSV(B) 184.93º 0.53% 0.54% -
XYZ 15.02 19.46 27.01 -
YUV 112.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 65 132 138 0.53 0.04 0 0.46 184.93 0.36 0.4
Hex 41 84 8A 35 4 0 2E B9 24 28
Octal 101 204 212 65 4 0 56 271 44 50
Binary 1000001 10000100 10001010 110101 100 0 101110 10111001 100100 101000

Color Harmonies of #41848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41848A

Black with #41848A

Text Example


Text Example

White with #41848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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