Html Css Color HEX #465B89 Chambray

📋 copy color: '#465B89'

red 70 ◦ green 91 ◦ blue 137

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

Shades of Chambray #465B89

Tints of Chambray #465B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 137 (53.91% from 255) = 45.97%

R = 23.49%
G = 30.54%
B = 45.97%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465B89 (or 0x465B89) is known color: Chambray. HEX triplet: 46, 5B and 89. RGB value is (70,91,137). Sum of RGB (Red+Green+Blue) = 70+91+137=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #465B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B89 is #B9A476. Grayscale: #595959. Windows color (decimal): -12166263 or 9001798. OLE color: 9001798.

HSL color Cylindrical-coordinate representation of color #465B89: hue angle of 221.19º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465B89 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 91 137 -
CMYK 0.49 0.34 0 0.46
HSL 221.19º 0.32% 0.41% -
HSV(B) 221.19º 0.49% 0.54% -
XYZ 10.78 10.59 25.14 -
YUV 89.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 70 91 137 0.49 0.34 0 0.46 221.19 0.32 0.41
Hex 46 5B 89 31 22 0 2E DD 20 29
Octal 106 133 211 61 42 0 56 335 40 51
Binary 1000110 1011011 10001001 110001 100010 0 101110 11011101 100000 101001

Color Harmonies of #465B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B89

Black with #465B89

Text Example


Text Example

White with #465B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B89; }

 p { color: rgb(70,91,137); }

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

background-color css

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

 a { background-color: rgb(70,91,137); }

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

border-color css

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

 span { border-color: rgb(70,91,137); }

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