Html Css Color HEX #4B4D76 Corn Flower Blue

📋 copy color: '#4B4D76'

red 75 ◦ green 77 ◦ blue 118

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

Shades of Corn Flower Blue #4B4D76

Tints of Corn Flower Blue #4B4D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 27.78%
G = 28.52%
B = 43.7%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B4D76 (or 0x4B4D76) is known color: Corn Flower Blue. HEX triplet: 4B, 4D and 76. RGB value is (75,77,118). Sum of RGB (Red+Green+Blue) = 75+77+118=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4D76 is #B4B289. Grayscale: #505050. Windows color (decimal): -11842186 or 7753035. OLE color: 7753035.

HSL color Cylindrical-coordinate representation of color #4B4D76: hue angle of 237.21º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4D76 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 77 118 -
CMYK 0.36 0.35 0 0.54
HSL 237.21º 0.22% 0.38% -
HSV(B) 237.21º 0.36% 0.46% -
XYZ 8.83 8.11 18.24 -
YUV 81.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 75 77 118 0.36 0.35 0 0.54 237.21 0.22 0.38
Hex 4B 4D 76 24 23 0 36 ED 16 26
Octal 113 115 166 44 43 0 66 355 26 46
Binary 1001011 1001101 1110110 100100 100011 0 110110 11101101 10110 100110

Color Harmonies of #4B4D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4D76

Black with #4B4D76

Text Example


Text Example

White with #4B4D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,77,118); }

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

background-color css

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

 a { background-color: rgb(75,77,118); }

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

border-color css

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

 span { border-color: rgb(75,77,118); }

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