Html Css Color HEX #46848B Paradiso

📋 copy color: '#46848B'

red 70 ◦ green 132 ◦ blue 139

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

Shades of Paradiso #46848B

Tints of Paradiso #46848B

RGB

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

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

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

R = 20.53%
G = 38.71%
B = 40.76%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46848B (or 0x46848B) is known color: Paradiso. HEX triplet: 46, 84 and 8B. RGB value is (70,132,139). Sum of RGB (Red+Green+Blue) = 70+132+139=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #46848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46848B is #B97B74. Grayscale: #727272. Windows color (decimal): -12155765 or 9143366. OLE color: 9143366.

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

Color convert

RGB 70 132 139 -
CMYK 0.50 0.05 0 0.45
HSL 186.09º 0.33% 0.41% -
HSV(B) 186.09º 0.5% 0.55% -
XYZ 15.44 19.67 27.41 -
YUV 114.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 70 132 139 0.50 0.05 0 0.45 186.09 0.33 0.41
Hex 46 84 8B 32 5 0 2D BA 21 29
Octal 106 204 213 62 5 0 55 272 41 51
Binary 1000110 10000100 10001011 110010 101 0 101101 10111010 100001 101001

Color Harmonies of #46848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46848B

Black with #46848B

Text Example


Text Example

White with #46848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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