Html Css Color HEX #467F88 Paradiso

📋 copy color: '#467F88'

red 70 ◦ green 127 ◦ blue 136

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

Shades of Paradiso #467F88

Tints of Paradiso #467F88

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 21.02%
G = 38.14%
B = 40.84%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467F88 (or 0x467F88) is known color: Paradiso. HEX triplet: 46, 7F and 88. RGB value is (70,127,136). Sum of RGB (Red+Green+Blue) = 70+127+136=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #467F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F88 is #B98077. Grayscale: #6E6E6E. Windows color (decimal): -12157048 or 8945478. OLE color: 8945478.

HSL color Cylindrical-coordinate representation of color #467F88: hue angle of 188.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467F88 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 127 136 -
CMYK 0.49 0.07 0 0.47
HSL 188.18º 0.32% 0.4% -
HSV(B) 188.18º 0.49% 0.53% -
XYZ 14.56 18.26 26.05 -
YUV 110.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 70 127 136 0.49 0.07 0 0.47 188.18 0.32 0.4
Hex 46 7F 88 31 7 0 2F BC 20 28
Octal 106 177 210 61 7 0 57 274 40 50
Binary 1000110 1111111 10001000 110001 111 0 101111 10111100 100000 101000

Color Harmonies of #467F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F88

Black with #467F88

Text Example


Text Example

White with #467F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F88; }

 p { color: rgb(70,127,136); }

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

background-color css

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

 a { background-color: rgb(70,127,136); }

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

border-color css

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

 span { border-color: rgb(70,127,136); }

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