Html Css Color HEX #466077 Chambray

📋 copy color: '#466077'

red 70 ◦ green 96 ◦ blue 119

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

Shades of Chambray #466077

Tints of Chambray #466077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 24.56%
G = 33.68%
B = 41.75%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#466077 (or 0x466077) is known color: Chambray. HEX triplet: 46, 60 and 77. RGB value is (70,96,119). Sum of RGB (Red+Green+Blue) = 70+96+119=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #466077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466077 is #B99F88. Grayscale: #5A5A5A. Windows color (decimal): -12165001 or 7823430. OLE color: 7823430.

HSL color Cylindrical-coordinate representation of color #466077: hue angle of 208.16º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466077 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 96 119 -
CMYK 0.41 0.19 0 0.53
HSL 208.16º 0.26% 0.37% -
HSV(B) 208.16º 0.41% 0.47% -
XYZ 10.04 11 19.05 -
YUV 90.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 70 96 119 0.41 0.19 0 0.53 208.16 0.26 0.37
Hex 46 60 77 29 13 0 35 D0 1A 25
Octal 106 140 167 51 23 0 65 320 32 45
Binary 1000110 1100000 1110111 101001 10011 0 110101 11010000 11010 100101

Color Harmonies of #466077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466077

Black with #466077

Text Example


Text Example

White with #466077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466077; }

 p { color: rgb(70,96,119); }

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

background-color css

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

 a { background-color: rgb(70,96,119); }

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

border-color css

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

 span { border-color: rgb(70,96,119); }

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