Html Css Color HEX #465381 Chambray

📋 copy color: '#465381'

red 70 ◦ green 83 ◦ blue 129

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

Shades of Chambray #465381

Tints of Chambray #465381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 24.82%
G = 29.43%
B = 45.74%

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

#465381 (or 0x465381) is known color: Chambray. HEX triplet: 46, 53 and 81. RGB value is (70,83,129). Sum of RGB (Red+Green+Blue) = 70+83+129=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #465381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465381 is #B9AC7E. Grayscale: #545454. Windows color (decimal): -12168319 or 8475462. OLE color: 8475462.

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

Color convert

RGB 70 83 129 -
CMYK 0.46 0.36 0 0.49
HSL 226.78º 0.3% 0.39% -
HSV(B) 226.78º 0.46% 0.51% -
XYZ 9.58 9.07 22.02 -
YUV 84.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 70 83 129 0.46 0.36 0 0.49 226.78 0.3 0.39
Hex 46 53 81 2E 24 0 31 E3 1E 27
Octal 106 123 201 56 44 0 61 343 36 47
Binary 1000110 1010011 10000001 101110 100100 0 110001 11100011 11110 100111

Color Harmonies of #465381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465381

Black with #465381

Text Example


Text Example

White with #465381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465381; }

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

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

background-color css

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

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

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

border-color css

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

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

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