Html Css Color HEX #465784 Chambray

📋 copy color: '#465784'

red 70 ◦ green 87 ◦ blue 132

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

Shades of Chambray #465784

Tints of Chambray #465784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 24.22%
G = 30.1%
B = 45.67%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#465784 (or 0x465784) is known color: Chambray. HEX triplet: 46, 57 and 84. RGB value is (70,87,132). Sum of RGB (Red+Green+Blue) = 70+87+132=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #465784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465784 is #B9A87B. Grayscale: #565656. Windows color (decimal): -12167292 or 8673094. OLE color: 8673094.

HSL color Cylindrical-coordinate representation of color #465784: hue angle of 223.55º 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 #465784 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 87 132 -
CMYK 0.47 0.34 0 0.48
HSL 223.55º 0.31% 0.4% -
HSV(B) 223.55º 0.47% 0.52% -
XYZ 10.1 9.78 23.19 -
YUV 87.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 70 87 132 0.47 0.34 0 0.48 223.55 0.31 0.4
Hex 46 57 84 2F 22 0 30 E0 1F 28
Octal 106 127 204 57 42 0 60 340 37 50
Binary 1000110 1010111 10000100 101111 100010 0 110000 11100000 11111 101000

Color Harmonies of #465784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465784

Black with #465784

Text Example


Text Example

White with #465784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465784; }

 p { color: rgb(70,87,132); }

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

background-color css

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

 a { background-color: rgb(70,87,132); }

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

border-color css

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

 span { border-color: rgb(70,87,132); }

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