Html Css Color HEX #458385 Paradiso

📋 copy color: '#458385'

red 69 ◦ green 131 ◦ blue 133

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

Shades of Paradiso #458385

Tints of Paradiso #458385

RGB

 RED value IS 69 (27.34% from 255) = 20.72%

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

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 20.72%
G = 39.34%
B = 39.94%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#458385 (or 0x458385) is known color: Paradiso. HEX triplet: 45, 83 and 85. RGB value is (69,131,133). Sum of RGB (Red+Green+Blue) = 69+131+133=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #458385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458385 is #BA7C7A. Grayscale: #707070. Windows color (decimal): -12221563 or 8749893. OLE color: 8749893.

HSL color Cylindrical-coordinate representation of color #458385: hue angle of 181.88º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458385 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 131 133 -
CMYK 0.48 0.02 0 0.48
HSL 181.88º 0.32% 0.4% -
HSV(B) 181.88º 0.48% 0.52% -
XYZ 14.8 19.19 25.11 -
YUV 112.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 69 131 133 0.48 0.02 0 0.48 181.88 0.32 0.4
Hex 45 83 85 30 2 0 30 B6 20 28
Octal 105 203 205 60 2 0 60 266 40 50
Binary 1000101 10000011 10000101 110000 10 0 110000 10110110 100000 101000

Color Harmonies of #458385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458385

Black with #458385

Text Example


Text Example

White with #458385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458385; }

 p { color: rgb(69,131,133); }

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

background-color css

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

 a { background-color: rgb(69,131,133); }

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

border-color css

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

 span { border-color: rgb(69,131,133); }

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