Html Css Color HEX #465685 Chambray

📋 copy color: '#465685'

red 70 ◦ green 86 ◦ blue 133

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

Shades of Chambray #465685

Tints of Chambray #465685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 24.22%
G = 29.76%
B = 46.02%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#465685 (or 0x465685) is known color: Chambray. HEX triplet: 46, 56 and 85. RGB value is (70,86,133). Sum of RGB (Red+Green+Blue) = 70+86+133=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #465685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465685 is #B9A97A. Grayscale: #565656. Windows color (decimal): -12167547 or 8738374. OLE color: 8738374.

HSL color Cylindrical-coordinate representation of color #465685: hue angle of 224.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465685 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 86 133 -
CMYK 0.47 0.35 0 0.48
HSL 224.76º 0.31% 0.4% -
HSV(B) 224.76º 0.47% 0.52% -
XYZ 10.09 9.65 23.52 -
YUV 86.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 70 86 133 0.47 0.35 0 0.48 224.76 0.31 0.4
Hex 46 56 85 2F 23 0 30 E1 1F 28
Octal 106 126 205 57 43 0 60 341 37 50
Binary 1000110 1010110 10000101 101111 100011 0 110000 11100001 11111 101000

Color Harmonies of #465685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465685

Black with #465685

Text Example


Text Example

White with #465685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465685; }

 p { color: rgb(70,86,133); }

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

background-color css

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

 a { background-color: rgb(70,86,133); }

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

border-color css

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

 span { border-color: rgb(70,86,133); }

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