Html Css Color HEX #4B6783 Wedgewood

📋 copy color: '#4B6783'

red 75 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #4B6783

Tints of Wedgewood #4B6783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 24.27%
G = 33.33%
B = 42.39%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4B6783 (or 0x4B6783) is known color: Wedgewood. HEX triplet: 4B, 67 and 83. RGB value is (75,103,131). Sum of RGB (Red+Green+Blue) = 75+103+131=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B6783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6783 is #B4987C. Grayscale: #616161. Windows color (decimal): -11835517 or 8611659. OLE color: 8611659.

HSL color Cylindrical-coordinate representation of color #4B6783: hue angle of 210º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B6783 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 103 131 -
CMYK 0.43 0.21 0 0.49
HSL 210º 0.27% 0.4% -
HSV(B) 210º 0.43% 0.51% -
XYZ 11.85 12.84 23.33 -
YUV 97.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 75 103 131 0.43 0.21 0 0.49 210 0.27 0.4
Hex 4B 67 83 2B 15 0 31 D2 1B 28
Octal 113 147 203 53 25 0 61 322 33 50
Binary 1001011 1100111 10000011 101011 10101 0 110001 11010010 11011 101000

Color Harmonies of #4B6783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6783

Black with #4B6783

Text Example


Text Example

White with #4B6783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,103,131); }

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

background-color css

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

 a { background-color: rgb(75,103,131); }

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

border-color css

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

 span { border-color: rgb(75,103,131); }

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