Html Css Color HEX #465C78 Chambray

📋 copy color: '#465C78'

red 70 ◦ green 92 ◦ blue 120

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

Shades of Chambray #465C78

Tints of Chambray #465C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 24.82%
G = 32.62%
B = 42.55%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465C78 (or 0x465C78) is known color: Chambray. HEX triplet: 46, 5C and 78. RGB value is (70,92,120). Sum of RGB (Red+Green+Blue) = 70+92+120=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #465C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C78 is #B9A387. Grayscale: #585858. Windows color (decimal): -12166024 or 7887942. OLE color: 7887942.

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

Color convert

RGB 70 92 120 -
CMYK 0.42 0.23 0 0.53
HSL 213.6º 0.26% 0.37% -
HSV(B) 213.6º 0.42% 0.47% -
XYZ 9.74 10.31 19.25 -
YUV 88.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 70 92 120 0.42 0.23 0 0.53 213.6 0.26 0.37
Hex 46 5C 78 2A 17 0 35 D6 1A 25
Octal 106 134 170 52 27 0 65 326 32 45
Binary 1000110 1011100 1111000 101010 10111 0 110101 11010110 11010 100101

Color Harmonies of #465C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C78

Black with #465C78

Text Example


Text Example

White with #465C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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