Html Css Color HEX #4A647B Wedgewood

📋 copy color: '#4A647B'

red 74 ◦ green 100 ◦ blue 123

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

Shades of Wedgewood #4A647B

Tints of Wedgewood #4A647B

RGB

 RED value IS 74 (29.3% from 255) = 24.92%

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 24.92%
G = 33.67%
B = 41.41%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A647B (or 0x4A647B) is known color: Wedgewood. HEX triplet: 4A, 64 and 7B. RGB value is (74,100,123). Sum of RGB (Red+Green+Blue) = 74+100+123=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A647B is #B59B84. Grayscale: #5E5E5E. Windows color (decimal): -11901829 or 8086602. OLE color: 8086602.

HSL color Cylindrical-coordinate representation of color #4A647B: hue angle of 208.16º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A647B is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 100 123 -
CMYK 0.40 0.19 0 0.52
HSL 208.16º 0.25% 0.39% -
HSV(B) 208.16º 0.4% 0.48% -
XYZ 10.96 12 20.48 -
YUV 94.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 74 100 123 0.40 0.19 0 0.52 208.16 0.25 0.39
Hex 4A 64 7B 28 13 0 34 D0 19 27
Octal 112 144 173 50 23 0 64 320 31 47
Binary 1001010 1100100 1111011 101000 10011 0 110100 11010000 11001 100111

Color Harmonies of #4A647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A647B

Black with #4A647B

Text Example


Text Example

White with #4A647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,100,123); }

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

background-color css

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

 a { background-color: rgb(74,100,123); }

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

border-color css

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

 span { border-color: rgb(74,100,123); }

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