Html Css Color HEX #467984 Paradiso

📋 copy color: '#467984'

red 70 ◦ green 121 ◦ blue 132

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

Shades of Paradiso #467984

Tints of Paradiso #467984

RGB

 RED value IS 70 (27.73% from 255) = 21.67%

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 21.67%
G = 37.46%
B = 40.87%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467984 (or 0x467984) is known color: Paradiso. HEX triplet: 46, 79 and 84. RGB value is (70,121,132). Sum of RGB (Red+Green+Blue) = 70+121+132=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #467984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467984 is #B9867B. Grayscale: #6A6A6A. Windows color (decimal): -12158588 or 8681798. OLE color: 8681798.

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

Color convert

RGB 70 121 132 -
CMYK 0.47 0.08 0 0.48
HSL 190.65º 0.31% 0.4% -
HSV(B) 190.65º 0.47% 0.52% -
XYZ 13.53 16.64 24.33 -
YUV 107.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 70 121 132 0.47 0.08 0 0.48 190.65 0.31 0.4
Hex 46 79 84 2F 8 0 30 BF 1F 28
Octal 106 171 204 57 10 0 60 277 37 50
Binary 1000110 1111001 10000100 101111 1000 0 110000 10111111 11111 101000

Color Harmonies of #467984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467984

Black with #467984

Text Example


Text Example

White with #467984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467984; }

 p { color: rgb(70,121,132); }

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

background-color css

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

 a { background-color: rgb(70,121,132); }

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

border-color css

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

 span { border-color: rgb(70,121,132); }

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