Html Css Color HEX #40848C Paradiso

📋 copy color: '#40848C'

red 64 ◦ green 132 ◦ blue 140

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

Shades of Paradiso #40848C

Tints of Paradiso #40848C

RGB

 RED value IS 64 (25.39% from 255) = 19.05%

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

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

R = 19.05%
G = 39.29%
B = 41.67%

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

#40848C (or 0x40848C) is known color: Paradiso. HEX triplet: 40, 84 and 8C. RGB value is (64,132,140). Sum of RGB (Red+Green+Blue) = 64+132+140=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #40848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40848C is #BF7B73. Grayscale: #707070. Windows color (decimal): -12548980 or 9208896. OLE color: 9208896.

HSL color Cylindrical-coordinate representation of color #40848C: hue angle of 186.32º 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 #40848C is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 132 140 -
CMYK 0.54 0.06 0 0.45
HSL 186.32º 0.37% 0.4% -
HSV(B) 186.32º 0.54% 0.55% -
XYZ 15.1 19.49 27.78 -
YUV 112.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 64 132 140 0.54 0.06 0 0.45 186.32 0.37 0.4
Hex 40 84 8C 36 6 0 2D BA 25 28
Octal 100 204 214 66 6 0 55 272 45 50
Binary 1000000 10000100 10001100 110110 110 0 101101 10111010 100101 101000

Color Harmonies of #40848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40848C

Black with #40848C

Text Example


Text Example

White with #40848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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