Html Css Color HEX #4C4A6B Corn Flower Blue

📋 copy color: '#4C4A6B'

red 76 ◦ green 74 ◦ blue 107

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

Shades of Corn Flower Blue #4C4A6B

Tints of Corn Flower Blue #4C4A6B

RGB

 RED value IS 76 (30.08% from 255) = 29.57%

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 29.57%
G = 28.79%
B = 41.63%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C4A6B (or 0x4C4A6B) is known color: Corn Flower Blue. HEX triplet: 4C, 4A and 6B. RGB value is (76,74,107). Sum of RGB (Red+Green+Blue) = 76+74+107=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C4A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A6B is #B3B594. Grayscale: #4E4E4E. Windows color (decimal): -11777429 or 7031372. OLE color: 7031372.

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

Color convert

RGB 76 74 107 -
CMYK 0.29 0.31 0 0.58
HSL 243.64º 0.18% 0.35% -
HSV(B) 243.64º 0.31% 0.42% -
XYZ 8.08 7.5 14.93 -
YUV 78.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 76 74 107 0.29 0.31 0 0.58 243.64 0.18 0.35
Hex 4C 4A 6B 1D 1F 0 3A F4 12 23
Octal 114 112 153 35 37 0 72 364 22 43
Binary 1001100 1001010 1101011 11101 11111 0 111010 11110100 10010 100011

Color Harmonies of #4C4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4A6B

Black with #4C4A6B

Text Example


Text Example

White with #4C4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,74,107); }

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

background-color css

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

 a { background-color: rgb(76,74,107); }

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

border-color css

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

 span { border-color: rgb(76,74,107); }

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