Html Css Color HEX #458483 Paradiso

📋 copy color: '#458483'

red 69 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #458483

Tints of Paradiso #458483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 20.78%
G = 39.76%
B = 39.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#458483 (or 0x458483) is known color: Paradiso. HEX triplet: 45, 84 and 83. RGB value is (69,132,131). Sum of RGB (Red+Green+Blue) = 69+132+131=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #458483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458483 is #BA7B7C. Grayscale: #707070. Windows color (decimal): -12221309 or 8619077. OLE color: 8619077.

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

Color convert

RGB 69 132 131 -
CMYK 0.48 0 0.01 0.48
HSL 179.05º 0.31% 0.39% -
HSV(B) 179.05º 0.48% 0.52% -
XYZ 14.8 19.41 24.44 -
YUV 113.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 69 132 131 0.48 0 0.01 0.48 179.05 0.31 0.39
Hex 45 84 83 30 0 1 30 B3 1F 27
Octal 105 204 203 60 0 1 60 263 37 47
Binary 1000101 10000100 10000011 110000 0 1 110000 10110011 11111 100111

Color Harmonies of #458483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458483

Black with #458483

Text Example


Text Example

White with #458483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458483; }

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

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

background-color css

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

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

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

border-color css

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

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

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