Html Css Color HEX #46838C Paradiso

📋 copy color: '#46838C'

red 70 ◦ green 131 ◦ blue 140

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

Shades of Paradiso #46838C

Tints of Paradiso #46838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 20.53%
G = 38.42%
B = 41.06%

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

#46838C (or 0x46838C) is known color: Paradiso. HEX triplet: 46, 83 and 8C. RGB value is (70,131,140). Sum of RGB (Red+Green+Blue) = 70+131+140=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #46838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46838C is #B97C73. Grayscale: #717171. Windows color (decimal): -12156020 or 9208646. OLE color: 9208646.

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

Color convert

RGB 70 131 140 -
CMYK 0.50 0.06 0 0.45
HSL 187.71º 0.33% 0.41% -
HSV(B) 187.71º 0.5% 0.55% -
XYZ 15.38 19.43 27.75 -
YUV 113.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 70 131 140 0.50 0.06 0 0.45 187.71 0.33 0.41
Hex 46 83 8C 32 6 0 2D BC 21 29
Octal 106 203 214 62 6 0 55 274 41 51
Binary 1000110 10000011 10001100 110010 110 0 101101 10111100 100001 101001

Color Harmonies of #46838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46838C

Black with #46838C

Text Example


Text Example

White with #46838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46838C; }

 p { color: rgb(70,131,140); }

 H1.HeaderClassName
 {
   color: #46838C;
 }
 .AnyTagClassName
 {
   color: #46838C;
 }
</style>

background-color css

<style>
 a { background-color: #46838C; }

 a { background-color: rgb(70,131,140); }

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

border-color css

<style>
 span { border-color: #46838C; }

 span { border-color: rgb(70,131,140); }

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