Html Css Color HEX #41848C Paradiso

📋 copy color: '#41848C'

red 65 ◦ green 132 ◦ blue 140

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

Shades of Paradiso #41848C

Tints of Paradiso #41848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 19.29%
G = 39.17%
B = 41.54%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41848C (or 0x41848C) is known color: Paradiso. HEX triplet: 41, 84 and 8C. RGB value is (65,132,140). Sum of RGB (Red+Green+Blue) = 65+132+140=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #41848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41848C is #BE7B73. Grayscale: #707070. Windows color (decimal): -12483444 or 9208897. OLE color: 9208897.

HSL color Cylindrical-coordinate representation of color #41848C: hue angle of 186.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41848C is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 132 140 -
CMYK 0.54 0.06 0 0.45
HSL 186.4º 0.37% 0.4% -
HSV(B) 186.4º 0.54% 0.55% -
XYZ 15.16 19.52 27.78 -
YUV 112.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 65 132 140 0.54 0.06 0 0.45 186.4 0.37 0.4
Hex 41 84 8C 36 6 0 2D BA 25 28
Octal 101 204 214 66 6 0 55 272 45 50
Binary 1000001 10000100 10001100 110110 110 0 101101 10111010 100101 101000

Color Harmonies of #41848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41848C

Black with #41848C

Text Example


Text Example

White with #41848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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