Html Css Color HEX #445F8A Wedgewood

📋 copy color: '#445F8A'

red 68 ◦ green 95 ◦ blue 138

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

Shades of Wedgewood #445F8A

Tints of Wedgewood #445F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 22.59%
G = 31.56%
B = 45.85%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#445F8A (or 0x445F8A) is known color: Wedgewood. HEX triplet: 44, 5F and 8A. RGB value is (68,95,138). Sum of RGB (Red+Green+Blue) = 68+95+138=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #445F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F8A is #BBA075. Grayscale: #5B5B5B. Windows color (decimal): -12296310 or 9068356. OLE color: 9068356.

HSL color Cylindrical-coordinate representation of color #445F8A: hue angle of 216.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445F8A is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 95 138 -
CMYK 0.51 0.31 0 0.46
HSL 216.86º 0.34% 0.4% -
HSV(B) 216.86º 0.51% 0.54% -
XYZ 11.06 11.25 25.63 -
YUV 91.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 68 95 138 0.51 0.31 0 0.46 216.86 0.34 0.4
Hex 44 5F 8A 33 1F 0 2E D9 22 28
Octal 104 137 212 63 37 0 56 331 42 50
Binary 1000100 1011111 10001010 110011 11111 0 101110 11011001 100010 101000

Color Harmonies of #445F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F8A

Black with #445F8A

Text Example


Text Example

White with #445F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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