Html Css Color HEX #465B88 Chambray

📋 copy color: '#465B88'

red 70 ◦ green 91 ◦ blue 136

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

Shades of Chambray #465B88

Tints of Chambray #465B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 23.57%
G = 30.64%
B = 45.79%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465B88 (or 0x465B88) is known color: Chambray. HEX triplet: 46, 5B and 88. RGB value is (70,91,136). Sum of RGB (Red+Green+Blue) = 70+91+136=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #465B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B88 is #B9A477. Grayscale: #595959. Windows color (decimal): -12166264 or 8936262. OLE color: 8936262.

HSL color Cylindrical-coordinate representation of color #465B88: hue angle of 220.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465B88 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 91 136 -
CMYK 0.49 0.33 0 0.47
HSL 220.91º 0.32% 0.4% -
HSV(B) 220.91º 0.49% 0.53% -
XYZ 10.71 10.56 24.77 -
YUV 89.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 70 91 136 0.49 0.33 0 0.47 220.91 0.32 0.4
Hex 46 5B 88 31 21 0 2F DD 20 28
Octal 106 133 210 61 41 0 57 335 40 50
Binary 1000110 1011011 10001000 110001 100001 0 101111 11011101 100000 101000

Color Harmonies of #465B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B88

Black with #465B88

Text Example


Text Example

White with #465B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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