Html Css Color HEX #455482 Chambray

📋 copy color: '#455482'

red 69 ◦ green 84 ◦ blue 130

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

Shades of Chambray #455482

Tints of Chambray #455482

RGB

 RED value IS 69 (27.34% from 255) = 24.38%

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 24.38%
G = 29.68%
B = 45.94%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#455482 (or 0x455482) is known color: Chambray. HEX triplet: 45, 54 and 82. RGB value is (69,84,130). Sum of RGB (Red+Green+Blue) = 69+84+130=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 84 (33.20% from 255 or 29.68% 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 #455482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455482 is #BAAB7D. Grayscale: #545454. Windows color (decimal): -12233598 or 8541253. OLE color: 8541253.

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

Color convert

RGB 69 84 130 -
CMYK 0.47 0.35 0 0.49
HSL 225.25º 0.31% 0.39% -
HSV(B) 225.25º 0.47% 0.51% -
XYZ 9.65 9.22 22.39 -
YUV 84.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 69 84 130 0.47 0.35 0 0.49 225.25 0.31 0.39
Hex 45 54 82 2F 23 0 31 E1 1F 27
Octal 105 124 202 57 43 0 61 341 37 47
Binary 1000101 1010100 10000010 101111 100011 0 110001 11100001 11111 100111

Color Harmonies of #455482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455482

Black with #455482

Text Example


Text Example

White with #455482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455482; }

 p { color: rgb(69,84,130); }

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

background-color css

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

 a { background-color: rgb(69,84,130); }

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

border-color css

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

 span { border-color: rgb(69,84,130); }

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