Html Css Color HEX #4B688F Wedgewood

📋 copy color: '#4B688F'

red 75 ◦ green 104 ◦ blue 143

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

Shades of Wedgewood #4B688F

Tints of Wedgewood #4B688F

RGB

 RED value IS 75 (29.69% from 255) = 23.29%

 GREEN value IS 104 (41.02% from 255) = 32.3%

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 23.29%
G = 32.3%
B = 44.41%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B688F (or 0x4B688F) is known color: Wedgewood. HEX triplet: 4B, 68 and 8F. RGB value is (75,104,143). Sum of RGB (Red+Green+Blue) = 75+104+143=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B688F is #B49770. Grayscale: #636363. Windows color (decimal): -11835249 or 9398347. OLE color: 9398347.

HSL color Cylindrical-coordinate representation of color #4B688F: hue angle of 214.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B688F is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 104 143 -
CMYK 0.48 0.27 0 0.44
HSL 214.41º 0.31% 0.43% -
HSV(B) 214.41º 0.48% 0.56% -
XYZ 12.81 13.38 27.89 -
YUV 99.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 75 104 143 0.48 0.27 0 0.44 214.41 0.31 0.43
Hex 4B 68 8F 30 1B 0 2C D6 1F 2B
Octal 113 150 217 60 33 0 54 326 37 53
Binary 1001011 1101000 10001111 110000 11011 0 101100 11010110 11111 101011

Color Harmonies of #4B688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B688F

Black with #4B688F

Text Example


Text Example

White with #4B688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B688F; }

 p { color: rgb(75,104,143); }

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

background-color css

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

 a { background-color: rgb(75,104,143); }

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

border-color css

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

 span { border-color: rgb(75,104,143); }

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