Html Css Color HEX #46848D Paradiso

📋 copy color: '#46848D'

red 70 ◦ green 132 ◦ blue 141

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

Shades of Paradiso #46848D

Tints of Paradiso #46848D

RGB

 RED value IS 70 (27.73% from 255) = 20.41%

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

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 20.41%
G = 38.48%
B = 41.11%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46848D (or 0x46848D) is known color: Paradiso. HEX triplet: 46, 84 and 8D. RGB value is (70,132,141). Sum of RGB (Red+Green+Blue) = 70+132+141=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #46848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46848D is #B97B72. Grayscale: #727272. Windows color (decimal): -12155763 or 9274438. OLE color: 9274438.

HSL color Cylindrical-coordinate representation of color #46848D: hue angle of 187.61º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46848D is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 132 141 -
CMYK 0.50 0.06 0 0.45
HSL 187.61º 0.34% 0.41% -
HSV(B) 187.61º 0.5% 0.55% -
XYZ 15.58 19.73 28.19 -
YUV 114.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 70 132 141 0.50 0.06 0 0.45 187.61 0.34 0.41
Hex 46 84 8D 32 6 0 2D BC 22 29
Octal 106 204 215 62 6 0 55 274 42 51
Binary 1000110 10000100 10001101 110010 110 0 101101 10111100 100010 101001

Color Harmonies of #46848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46848D

Black with #46848D

Text Example


Text Example

White with #46848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46848D; }

 p { color: rgb(70,132,141); }

 H1.HeaderClassName
 {
   color: #46848D;
 }
 .AnyTagClassName
 {
   color: #46848D;
 }
</style>

background-color css

<style>
 a { background-color: #46848D; }

 a { background-color: rgb(70,132,141); }

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

border-color css

<style>
 span { border-color: #46848D; }

 span { border-color: rgb(70,132,141); }

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