Html Css Color HEX #407B84 Paradiso

📋 copy color: '#407B84'

red 64 ◦ green 123 ◦ blue 132

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

Shades of Paradiso #407B84

Tints of Paradiso #407B84

RGB

 RED value IS 64 (25.39% from 255) = 20.06%

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

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 20.06%
G = 38.56%
B = 41.38%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#407B84 (or 0x407B84) is known color: Paradiso. HEX triplet: 40, 7B and 84. RGB value is (64,123,132). Sum of RGB (Red+Green+Blue) = 64+123+132=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #407B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B84 is #BF847B. Grayscale: #6A6A6A. Windows color (decimal): -12551292 or 8682304. OLE color: 8682304.

HSL color Cylindrical-coordinate representation of color #407B84: hue angle of 187.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407B84 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 123 132 -
CMYK 0.52 0.07 0 0.48
HSL 187.94º 0.35% 0.38% -
HSV(B) 187.94º 0.52% 0.52% -
XYZ 13.36 16.92 24.39 -
YUV 106.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 64 123 132 0.52 0.07 0 0.48 187.94 0.35 0.38
Hex 40 7B 84 34 7 0 30 BC 23 26
Octal 100 173 204 64 7 0 60 274 43 46
Binary 1000000 1111011 10000100 110100 111 0 110000 10111100 100011 100110

Color Harmonies of #407B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B84

Black with #407B84

Text Example


Text Example

White with #407B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B84; }

 p { color: rgb(64,123,132); }

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

background-color css

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

 a { background-color: rgb(64,123,132); }

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

border-color css

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

 span { border-color: rgb(64,123,132); }

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