Html Css Color HEX #46828A Paradiso

📋 copy color: '#46828A'

red 70 ◦ green 130 ◦ blue 138

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

Shades of Paradiso #46828A

Tints of Paradiso #46828A

RGB

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

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

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

R = 20.71%
G = 38.46%
B = 40.83%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46828A (or 0x46828A) is known color: Paradiso. HEX triplet: 46, 82 and 8A. RGB value is (70,130,138). Sum of RGB (Red+Green+Blue) = 70+130+138=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #46828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46828A is #B97D75. Grayscale: #707070. Windows color (decimal): -12156278 or 9077318. OLE color: 9077318.

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

Color convert

RGB 70 130 138 -
CMYK 0.49 0.06 0 0.46
HSL 187.06º 0.33% 0.41% -
HSV(B) 187.06º 0.49% 0.54% -
XYZ 15.1 19.1 26.94 -
YUV 112.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 70 130 138 0.49 0.06 0 0.46 187.06 0.33 0.41
Hex 46 82 8A 31 6 0 2E BB 21 29
Octal 106 202 212 61 6 0 56 273 41 51
Binary 1000110 10000010 10001010 110001 110 0 101110 10111011 100001 101001

Color Harmonies of #46828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46828A

Black with #46828A

Text Example


Text Example

White with #46828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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