Html Css Color HEX #475F8C Wedgewood

📋 copy color: '#475F8C'

red 71 ◦ green 95 ◦ blue 140

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

Shades of Wedgewood #475F8C

Tints of Wedgewood #475F8C

RGB

 RED value IS 71 (28.13% from 255) = 23.2%

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

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

R = 23.2%
G = 31.05%
B = 45.75%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#475F8C (or 0x475F8C) is known color: Wedgewood. HEX triplet: 47, 5F and 8C. RGB value is (71,95,140). Sum of RGB (Red+Green+Blue) = 71+95+140=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #475F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F8C is #B8A073. Grayscale: #5C5C5C. Windows color (decimal): -12099700 or 9199431. OLE color: 9199431.

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

Color convert

RGB 71 95 140 -
CMYK 0.49 0.32 0 0.45
HSL 219.13º 0.33% 0.41% -
HSV(B) 219.13º 0.49% 0.55% -
XYZ 11.42 11.42 26.41 -
YUV 92.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 71 95 140 0.49 0.32 0 0.45 219.13 0.33 0.41
Hex 47 5F 8C 31 20 0 2D DB 21 29
Octal 107 137 214 61 40 0 55 333 41 51
Binary 1000111 1011111 10001100 110001 100000 0 101101 11011011 100001 101001

Color Harmonies of #475F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F8C

Black with #475F8C

Text Example


Text Example

White with #475F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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