Html Css Color HEX #4B4276 Corn Flower Blue

📋 copy color: '#4B4276'

red 75 ◦ green 66 ◦ blue 118

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

Shades of Corn Flower Blue #4B4276

Tints of Corn Flower Blue #4B4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 28.96%
G = 25.48%
B = 45.56%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B4276 (or 0x4B4276) is known color: Corn Flower Blue. HEX triplet: 4B, 42 and 76. RGB value is (75,66,118). Sum of RGB (Red+Green+Blue) = 75+66+118=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4276 is #B4BD89. Grayscale: #4A4A4A. Windows color (decimal): -11845002 or 7750219. OLE color: 7750219.

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

Color convert

RGB 75 66 118 -
CMYK 0.36 0.44 0 0.54
HSL 250.38º 0.28% 0.36% -
HSV(B) 250.38º 0.44% 0.46% -
XYZ 8.12 6.7 18 -
YUV 74.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 75 66 118 0.36 0.44 0 0.54 250.38 0.28 0.36
Hex 4B 42 76 24 2C 0 36 FA 1C 24
Octal 113 102 166 44 54 0 66 372 34 44
Binary 1001011 1000010 1110110 100100 101100 0 110110 11111010 11100 100100

Color Harmonies of #4B4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4276

Black with #4B4276

Text Example


Text Example

White with #4B4276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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