Html Css Color HEX #46818B Paradiso

📋 copy color: '#46818B'

red 70 ◦ green 129 ◦ blue 139

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

Shades of Paradiso #46818B

Tints of Paradiso #46818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 20.71%
G = 38.17%
B = 41.12%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46818B (or 0x46818B) is known color: Paradiso. HEX triplet: 46, 81 and 8B. RGB value is (70,129,139). Sum of RGB (Red+Green+Blue) = 70+129+139=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #46818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46818B is #B97E74. Grayscale: #707070. Windows color (decimal): -12156533 or 9142598. OLE color: 9142598.

HSL color Cylindrical-coordinate representation of color #46818B: hue angle of 188.7º degrees, saturation: 0.33, 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 #46818B is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 129 139 -
CMYK 0.50 0.07 0 0.45
HSL 188.7º 0.33% 0.41% -
HSV(B) 188.7º 0.5% 0.55% -
XYZ 15.04 18.87 27.28 -
YUV 112.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 70 129 139 0.50 0.07 0 0.45 188.7 0.33 0.41
Hex 46 81 8B 32 7 0 2D BD 21 29
Octal 106 201 213 62 7 0 55 275 41 51
Binary 1000110 10000001 10001011 110010 111 0 101101 10111101 100001 101001

Color Harmonies of #46818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46818B

Black with #46818B

Text Example


Text Example

White with #46818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46818B; }

 p { color: rgb(70,129,139); }

 H1.HeaderClassName
 {
   color: #46818B;
 }
 .AnyTagClassName
 {
   color: #46818B;
 }
</style>

background-color css

<style>
 a { background-color: #46818B; }

 a { background-color: rgb(70,129,139); }

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

border-color css

<style>
 span { border-color: #46818B; }

 span { border-color: rgb(70,129,139); }

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