Html Css Color HEX #4B6790 Wedgewood

📋 copy color: '#4B6790'

red 75 ◦ green 103 ◦ blue 144

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

Shades of Wedgewood #4B6790

Tints of Wedgewood #4B6790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 23.29%
G = 31.99%
B = 44.72%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B6790 (or 0x4B6790) is known color: Wedgewood. HEX triplet: 4B, 67 and 90. RGB value is (75,103,144). Sum of RGB (Red+Green+Blue) = 75+103+144=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B6790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6790 is #B4986F. Grayscale: #636363. Windows color (decimal): -11835504 or 9463627. OLE color: 9463627.

HSL color Cylindrical-coordinate representation of color #4B6790: hue angle of 215.65º degrees, saturation: 0.32, 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 #4B6790 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 103 144 -
CMYK 0.48 0.28 0 0.44
HSL 215.65º 0.32% 0.43% -
HSV(B) 215.65º 0.48% 0.56% -
XYZ 12.79 13.21 28.26 -
YUV 99.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 75 103 144 0.48 0.28 0 0.44 215.65 0.32 0.43
Hex 4B 67 90 30 1C 0 2C D8 20 2B
Octal 113 147 220 60 34 0 54 330 40 53
Binary 1001011 1100111 10010000 110000 11100 0 101100 11011000 100000 101011

Color Harmonies of #4B6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6790

Black with #4B6790

Text Example


Text Example

White with #4B6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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