Html Css Color HEX #465382 Chambray

📋 copy color: '#465382'

red 70 ◦ green 83 ◦ blue 130

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

Shades of Chambray #465382

Tints of Chambray #465382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 24.73%
G = 29.33%
B = 45.94%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#465382 (or 0x465382) is known color: Chambray. HEX triplet: 46, 53 and 82. RGB value is (70,83,130). Sum of RGB (Red+Green+Blue) = 70+83+130=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #465382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465382 is #B9AC7D. Grayscale: #545454. Windows color (decimal): -12168318 or 8540998. OLE color: 8540998.

HSL color Cylindrical-coordinate representation of color #465382: hue angle of 227º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465382 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 83 130 -
CMYK 0.46 0.36 0 0.49
HSL 227º 0.3% 0.39% -
HSV(B) 227º 0.46% 0.51% -
XYZ 9.65 9.1 22.37 -
YUV 84.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 70 83 130 0.46 0.36 0 0.49 227 0.3 0.39
Hex 46 53 82 2E 24 0 31 E3 1E 27
Octal 106 123 202 56 44 0 61 343 36 47
Binary 1000110 1010011 10000010 101110 100100 0 110001 11100011 11110 100111

Color Harmonies of #465382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465382

Black with #465382

Text Example


Text Example

White with #465382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465382; }

 p { color: rgb(70,83,130); }

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

background-color css

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

 a { background-color: rgb(70,83,130); }

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

border-color css

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

 span { border-color: rgb(70,83,130); }

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