Html Css Color HEX #465C7F Chambray

📋 copy color: '#465C7F'

red 70 ◦ green 92 ◦ blue 127

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

Shades of Chambray #465C7F

Tints of Chambray #465C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.94%

R = 24.22%
G = 31.83%
B = 43.94%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#465C7F (or 0x465C7F) is known color: Chambray. HEX triplet: 46, 5C and 7F. RGB value is (70,92,127). Sum of RGB (Red+Green+Blue) = 70+92+127=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #465C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C7F is #B9A380. Grayscale: #595959. Windows color (decimal): -12166017 or 8346694. OLE color: 8346694.

HSL color Cylindrical-coordinate representation of color #465C7F: hue angle of 216.84º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465C7F is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 92 127 -
CMYK 0.45 0.28 0 0.50
HSL 216.84º 0.29% 0.39% -
HSV(B) 216.84º 0.45% 0.5% -
XYZ 10.18 10.49 21.57 -
YUV 89.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 70 92 127 0.45 0.28 0 0.50 216.84 0.29 0.39
Hex 46 5C 7F 2D 1C 0 32 D9 1D 27
Octal 106 134 177 55 34 0 62 331 35 47
Binary 1000110 1011100 1111111 101101 11100 0 110010 11011001 11101 100111

Color Harmonies of #465C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C7F

Black with #465C7F

Text Example


Text Example

White with #465C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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