Html Css Color HEX #465882 Chambray

📋 copy color: '#465882'

red 70 ◦ green 88 ◦ blue 130

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

Shades of Chambray #465882

Tints of Chambray #465882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 24.31%
G = 30.56%
B = 45.14%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#465882 (or 0x465882) is known color: Chambray. HEX triplet: 46, 58 and 82. RGB value is (70,88,130). Sum of RGB (Red+Green+Blue) = 70+88+130=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #465882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465882 is #B9A77D. Grayscale: #575757. Windows color (decimal): -12167038 or 8542278. OLE color: 8542278.

HSL color Cylindrical-coordinate representation of color #465882: hue angle of 222º 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 #465882 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 88 130 -
CMYK 0.46 0.32 0 0.49
HSL 222º 0.3% 0.39% -
HSV(B) 222º 0.46% 0.51% -
XYZ 10.04 9.89 22.5 -
YUV 87.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 70 88 130 0.46 0.32 0 0.49 222 0.3 0.39
Hex 46 58 82 2E 20 0 31 DE 1E 27
Octal 106 130 202 56 40 0 61 336 36 47
Binary 1000110 1011000 10000010 101110 100000 0 110001 11011110 11110 100111

Color Harmonies of #465882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465882

Black with #465882

Text Example


Text Example

White with #465882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465882; }

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

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

background-color css

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

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

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

border-color css

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

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

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