Html Css Color HEX #447B85 Paradiso

📋 copy color: '#447B85'

red 68 ◦ green 123 ◦ blue 133

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

Shades of Paradiso #447B85

Tints of Paradiso #447B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.96%

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

R = 20.99%
G = 37.96%
B = 41.05%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447B85 (or 0x447B85) is known color: Paradiso. HEX triplet: 44, 7B and 85. RGB value is (68,123,133). Sum of RGB (Red+Green+Blue) = 68+123+133=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #447B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B85 is #BB847A. Grayscale: #6B6B6B. Windows color (decimal): -12289147 or 8747844. OLE color: 8747844.

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

Color convert

RGB 68 123 133 -
CMYK 0.49 0.08 0 0.48
HSL 189.23º 0.32% 0.39% -
HSV(B) 189.23º 0.49% 0.52% -
XYZ 13.7 17.09 24.77 -
YUV 107.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 68 123 133 0.49 0.08 0 0.48 189.23 0.32 0.39
Hex 44 7B 85 31 8 0 30 BD 20 27
Octal 104 173 205 61 10 0 60 275 40 47
Binary 1000100 1111011 10000101 110001 1000 0 110000 10111101 100000 100111

Color Harmonies of #447B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B85

Black with #447B85

Text Example


Text Example

White with #447B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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