Html Css Color HEX #445F8C Wedgewood

📋 copy color: '#445F8C'

red 68 ◦ green 95 ◦ blue 140

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

Shades of Wedgewood #445F8C

Tints of Wedgewood #445F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 22.44%
G = 31.35%
B = 46.2%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#445F8C (or 0x445F8C) is known color: Wedgewood. HEX triplet: 44, 5F and 8C. RGB value is (68,95,140). Sum of RGB (Red+Green+Blue) = 68+95+140=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #445F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F8C is #BBA073. Grayscale: #5B5B5B. Windows color (decimal): -12296308 or 9199428. OLE color: 9199428.

HSL color Cylindrical-coordinate representation of color #445F8C: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445F8C is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 95 140 -
CMYK 0.51 0.32 0 0.45
HSL 217.5º 0.35% 0.41% -
HSV(B) 217.5º 0.51% 0.55% -
XYZ 11.21 11.31 26.4 -
YUV 92.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 68 95 140 0.51 0.32 0 0.45 217.5 0.35 0.41
Hex 44 5F 8C 33 20 0 2D DA 23 29
Octal 104 137 214 63 40 0 55 332 43 51
Binary 1000100 1011111 10001100 110011 100000 0 101101 11011010 100011 101001

Color Harmonies of #445F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F8C

Black with #445F8C

Text Example


Text Example

White with #445F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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