Html Css Color HEX #41818A Paradiso

📋 copy color: '#41818A'

red 65 ◦ green 129 ◦ blue 138

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

Shades of Paradiso #41818A

Tints of Paradiso #41818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

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

R = 19.58%
G = 38.86%
B = 41.57%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41818A (or 0x41818A) is known color: Paradiso. HEX triplet: 41, 81 and 8A. RGB value is (65,129,138). Sum of RGB (Red+Green+Blue) = 65+129+138=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #41818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41818A is #BE7E75. Grayscale: #6E6E6E. Windows color (decimal): -12484214 or 9077057. OLE color: 9077057.

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

Color convert

RGB 65 129 138 -
CMYK 0.53 0.07 0 0.46
HSL 187.4º 0.36% 0.4% -
HSV(B) 187.4º 0.53% 0.54% -
XYZ 14.62 18.66 26.88 -
YUV 110.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 65 129 138 0.53 0.07 0 0.46 187.4 0.36 0.4
Hex 41 81 8A 35 7 0 2E BB 24 28
Octal 101 201 212 65 7 0 56 273 44 50
Binary 1000001 10000001 10001010 110101 111 0 101110 10111011 100100 101000

Color Harmonies of #41818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41818A

Black with #41818A

Text Example


Text Example

White with #41818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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