Html Css Color HEX #465C74 Chambray

📋 copy color: '#465C74'

red 70 ◦ green 92 ◦ blue 116

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

Shades of Chambray #465C74

Tints of Chambray #465C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 25.18%
G = 33.09%
B = 41.73%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465C74 (or 0x465C74) is known color: Chambray. HEX triplet: 46, 5C and 74. RGB value is (70,92,116). Sum of RGB (Red+Green+Blue) = 70+92+116=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #465C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C74 is #B9A38B. Grayscale: #585858. Windows color (decimal): -12166028 or 7625798. OLE color: 7625798.

HSL color Cylindrical-coordinate representation of color #465C74: hue angle of 211.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465C74 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 92 116 -
CMYK 0.40 0.21 0 0.55
HSL 211.3º 0.25% 0.36% -
HSV(B) 211.3º 0.4% 0.45% -
XYZ 9.51 10.22 17.99 -
YUV 88.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 70 92 116 0.40 0.21 0 0.55 211.3 0.25 0.36
Hex 46 5C 74 28 15 0 37 D3 19 24
Octal 106 134 164 50 25 0 67 323 31 44
Binary 1000110 1011100 1110100 101000 10101 0 110111 11010011 11001 100100

Color Harmonies of #465C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C74

Black with #465C74

Text Example


Text Example

White with #465C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465C74; }

 p { color: rgb(70,92,116); }

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

background-color css

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

 a { background-color: rgb(70,92,116); }

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

border-color css

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

 span { border-color: rgb(70,92,116); }

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