Html Css Color HEX #4B466A Corn Flower Blue

📋 copy color: '#4B466A'

red 75 ◦ green 70 ◦ blue 106

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

Shades of Corn Flower Blue #4B466A

Tints of Corn Flower Blue #4B466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 29.88%
G = 27.89%
B = 42.23%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B466A (or 0x4B466A) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 6A. RGB value is (75,70,106). Sum of RGB (Red+Green+Blue) = 75+70+106=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B466A is #B4B995. Grayscale: #4B4B4B. Windows color (decimal): -11843990 or 6964811. OLE color: 6964811.

HSL color Cylindrical-coordinate representation of color #4B466A: hue angle of 248.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B466A is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 70 106 -
CMYK 0.29 0.34 0 0.58
HSL 248.33º 0.2% 0.35% -
HSV(B) 248.33º 0.34% 0.42% -
XYZ 7.69 6.92 14.57 -
YUV 75.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 75 70 106 0.29 0.34 0 0.58 248.33 0.2 0.35
Hex 4B 46 6A 1D 22 0 3A F8 14 23
Octal 113 106 152 35 42 0 72 370 24 43
Binary 1001011 1000110 1101010 11101 100010 0 111010 11111000 10100 100011

Color Harmonies of #4B466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B466A

Black with #4B466A

Text Example


Text Example

White with #4B466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,106); }

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

background-color css

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

 a { background-color: rgb(75,70,106); }

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

border-color css

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

 span { border-color: rgb(75,70,106); }

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