Html Css Color HEX #445F87 Wedgewood

📋 copy color: '#445F87'

red 68 ◦ green 95 ◦ blue 135

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

Shades of Wedgewood #445F87

Tints of Wedgewood #445F87

RGB

 RED value IS 68 (26.95% from 255) = 22.82%

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 135 (53.13% from 255) = 45.3%

R = 22.82%
G = 31.88%
B = 45.3%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445F87 (or 0x445F87) is known color: Wedgewood. HEX triplet: 44, 5F and 87. RGB value is (68,95,135). Sum of RGB (Red+Green+Blue) = 68+95+135=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #445F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F87 is #BBA078. Grayscale: #5B5B5B. Windows color (decimal): -12296313 or 8871748. OLE color: 8871748.

HSL color Cylindrical-coordinate representation of color #445F87: hue angle of 215.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445F87 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 95 135 -
CMYK 0.50 0.30 0 0.47
HSL 215.82º 0.33% 0.4% -
HSV(B) 215.82º 0.5% 0.53% -
XYZ 10.85 11.16 24.5 -
YUV 91.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 68 95 135 0.50 0.30 0 0.47 215.82 0.33 0.4
Hex 44 5F 87 32 1E 0 2F D8 21 28
Octal 104 137 207 62 36 0 57 330 41 50
Binary 1000100 1011111 10000111 110010 11110 0 101111 11011000 100001 101000

Color Harmonies of #445F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F87

Black with #445F87

Text Example


Text Example

White with #445F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445F87; }

 p { color: rgb(68,95,135); }

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

background-color css

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

 a { background-color: rgb(68,95,135); }

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

border-color css

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

 span { border-color: rgb(68,95,135); }

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