Html Css Color HEX #468286 Paradiso

📋 copy color: '#468286'

red 70 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #468286

Tints of Paradiso #468286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 20.96%
G = 38.92%
B = 40.12%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468286 (or 0x468286) is known color: Paradiso. HEX triplet: 46, 82 and 86. RGB value is (70,130,134). Sum of RGB (Red+Green+Blue) = 70+130+134=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #468286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468286 is #B97D79. Grayscale: #707070. Windows color (decimal): -12156282 or 8815174. OLE color: 8815174.

HSL color Cylindrical-coordinate representation of color #468286: hue angle of 183.75º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468286 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 130 134 -
CMYK 0.48 0.03 0 0.47
HSL 183.75º 0.31% 0.4% -
HSV(B) 183.75º 0.48% 0.53% -
XYZ 14.81 18.99 25.44 -
YUV 112.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 70 130 134 0.48 0.03 0 0.47 183.75 0.31 0.4
Hex 46 82 86 30 3 0 2F B8 1F 28
Octal 106 202 206 60 3 0 57 270 37 50
Binary 1000110 10000010 10000110 110000 11 0 101111 10111000 11111 101000

Color Harmonies of #468286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468286

Black with #468286

Text Example


Text Example

White with #468286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468286; }

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

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

background-color css

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

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

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

border-color css

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

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

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