Html Css Color HEX #46828B Paradiso

📋 copy color: '#46828B'

red 70 ◦ green 130 ◦ blue 139

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

Shades of Paradiso #46828B

Tints of Paradiso #46828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 20.65%
G = 38.35%
B = 41%

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

#46828B (or 0x46828B) is known color: Paradiso. HEX triplet: 46, 82 and 8B. RGB value is (70,130,139). Sum of RGB (Red+Green+Blue) = 70+130+139=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #46828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46828B is #B97D74. Grayscale: #707070. Windows color (decimal): -12156277 or 9142854. OLE color: 9142854.

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

Color convert

RGB 70 130 139 -
CMYK 0.50 0.06 0 0.45
HSL 187.83º 0.33% 0.41% -
HSV(B) 187.83º 0.5% 0.55% -
XYZ 15.17 19.13 27.32 -
YUV 113.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 70 130 139 0.50 0.06 0 0.45 187.83 0.33 0.41
Hex 46 82 8B 32 6 0 2D BC 21 29
Octal 106 202 213 62 6 0 55 274 41 51
Binary 1000110 10000010 10001011 110010 110 0 101101 10111100 100001 101001

Color Harmonies of #46828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46828B

Black with #46828B

Text Example


Text Example

White with #46828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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