Html Css Color HEX #4B4970 Corn Flower Blue

📋 copy color: '#4B4970'

red 75 ◦ green 73 ◦ blue 112

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

Shades of Corn Flower Blue #4B4970

Tints of Corn Flower Blue #4B4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 28.85%
G = 28.08%
B = 43.08%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B4970 (or 0x4B4970) is known color: Corn Flower Blue. HEX triplet: 4B, 49 and 70. RGB value is (75,73,112). Sum of RGB (Red+Green+Blue) = 75+73+112=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B4970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4970 is #B4B68F. Grayscale: #4D4D4D. Windows color (decimal): -11843216 or 7358795. OLE color: 7358795.

HSL color Cylindrical-coordinate representation of color #4B4970: hue angle of 243.08º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B4970 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 73 112 -
CMYK 0.33 0.35 0 0.56
HSL 243.08º 0.21% 0.36% -
HSV(B) 243.08º 0.35% 0.44% -
XYZ 8.21 7.43 16.33 -
YUV 78.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 75 73 112 0.33 0.35 0 0.56 243.08 0.21 0.36
Hex 4B 49 70 21 23 0 38 F3 15 24
Octal 113 111 160 41 43 0 70 363 25 44
Binary 1001011 1001001 1110000 100001 100011 0 111000 11110011 10101 100100

Color Harmonies of #4B4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4970

Black with #4B4970

Text Example


Text Example

White with #4B4970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,73,112); }

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

background-color css

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

 a { background-color: rgb(75,73,112); }

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

border-color css

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

 span { border-color: rgb(75,73,112); }

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