Html Css Color HEX #46858A Paradiso

📋 copy color: '#46858A'

red 70 ◦ green 133 ◦ blue 138

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

Shades of Paradiso #46858A

Tints of Paradiso #46858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

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

R = 20.53%
G = 39%
B = 40.47%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46858A (or 0x46858A) is known color: Paradiso. HEX triplet: 46, 85 and 8A. RGB value is (70,133,138). Sum of RGB (Red+Green+Blue) = 70+133+138=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #46858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46858A is #B97A75. Grayscale: #727272. Windows color (decimal): -12155510 or 9078086. OLE color: 9078086.

HSL color Cylindrical-coordinate representation of color #46858A: hue angle of 184.41º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46858A is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 133 138 -
CMYK 0.49 0.04 0 0.46
HSL 184.41º 0.33% 0.41% -
HSV(B) 184.41º 0.49% 0.54% -
XYZ 15.5 19.91 27.07 -
YUV 114.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 70 133 138 0.49 0.04 0 0.46 184.41 0.33 0.41
Hex 46 85 8A 31 4 0 2E B8 21 29
Octal 106 205 212 61 4 0 56 270 41 51
Binary 1000110 10000101 10001010 110001 100 0 101110 10111000 100001 101001

Color Harmonies of #46858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46858A

Black with #46858A

Text Example


Text Example

White with #46858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,133,138); }

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

background-color css

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

 a { background-color: rgb(70,133,138); }

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

border-color css

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

 span { border-color: rgb(70,133,138); }

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