Html Css Color HEX #458285 Paradiso

📋 copy color: '#458285'

red 69 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #458285

Tints of Paradiso #458285

RGB

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

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

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

R = 20.78%
G = 39.16%
B = 40.06%

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

#458285 (or 0x458285) is known color: Paradiso. HEX triplet: 45, 82 and 85. RGB value is (69,130,133). Sum of RGB (Red+Green+Blue) = 69+130+133=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #458285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458285 is #BA7D7A. Grayscale: #707070. Windows color (decimal): -12221819 or 8749637. OLE color: 8749637.

HSL color Cylindrical-coordinate representation of color #458285: hue angle of 182.81º 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 #458285 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 130 133 -
CMYK 0.48 0.02 0 0.48
HSL 182.81º 0.32% 0.4% -
HSV(B) 182.81º 0.48% 0.52% -
XYZ 14.67 18.92 25.07 -
YUV 112.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 69 130 133 0.48 0.02 0 0.48 182.81 0.32 0.4
Hex 45 82 85 30 2 0 30 B7 20 28
Octal 105 202 205 60 2 0 60 267 40 50
Binary 1000101 10000010 10000101 110000 10 0 110000 10110111 100000 101000

Color Harmonies of #458285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458285

Black with #458285

Text Example


Text Example

White with #458285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458285; }

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

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

background-color css

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

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

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

border-color css

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

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

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