Html Css Color HEX #467A7D Paradiso

📋 copy color: '#467A7D'

red 70 ◦ green 122 ◦ blue 125

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

Shades of Paradiso #467A7D

Tints of Paradiso #467A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.49%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 22.08%
G = 38.49%
B = 39.43%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#467A7D (or 0x467A7D) is known color: Paradiso. HEX triplet: 46, 7A and 7D. RGB value is (70,122,125). Sum of RGB (Red+Green+Blue) = 70+122+125=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #467A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A7D is #B98582. Grayscale: #6A6A6A. Windows color (decimal): -12158339 or 8223302. OLE color: 8223302.

HSL color Cylindrical-coordinate representation of color #467A7D: hue angle of 183.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467A7D is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 122 125 -
CMYK 0.44 0.02 0 0.51
HSL 183.27º 0.28% 0.38% -
HSV(B) 183.27º 0.44% 0.49% -
XYZ 13.19 16.7 21.93 -
YUV 106.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 70 122 125 0.44 0.02 0 0.51 183.27 0.28 0.38
Hex 46 7A 7D 2C 2 0 33 B7 1C 26
Octal 106 172 175 54 2 0 63 267 34 46
Binary 1000110 1111010 1111101 101100 10 0 110011 10110111 11100 100110

Color Harmonies of #467A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A7D

Black with #467A7D

Text Example


Text Example

White with #467A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,122,125); }

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

background-color css

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

 a { background-color: rgb(70,122,125); }

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

border-color css

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

 span { border-color: rgb(70,122,125); }

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