Html Css Color HEX #448285 Paradiso

📋 copy color: '#448285'

red 68 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #448285

Tints of Paradiso #448285

RGB

 RED value IS 68 (26.95% from 255) = 20.54%

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

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

R = 20.54%
G = 39.27%
B = 40.18%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#448285 (or 0x448285) is known color: Paradiso. HEX triplet: 44, 82 and 85. RGB value is (68,130,133). Sum of RGB (Red+Green+Blue) = 68+130+133=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #448285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448285 is #BB7D7A. Grayscale: #6F6F6F. Windows color (decimal): -12287355 or 8749636. OLE color: 8749636.

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

Color convert

RGB 68 130 133 -
CMYK 0.49 0.02 0 0.48
HSL 182.77º 0.32% 0.39% -
HSV(B) 182.77º 0.49% 0.52% -
XYZ 14.6 18.89 25.07 -
YUV 111.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 68 130 133 0.49 0.02 0 0.48 182.77 0.32 0.39
Hex 44 82 85 31 2 0 30 B7 20 27
Octal 104 202 205 61 2 0 60 267 40 47
Binary 1000100 10000010 10000101 110001 10 0 110000 10110111 100000 100111

Color Harmonies of #448285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448285

Black with #448285

Text Example


Text Example

White with #448285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448285; }

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

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

background-color css

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

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

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

border-color css

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

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

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