Html Css Color HEX #4C466C Corn Flower Blue

📋 copy color: '#4C466C'

red 76 ◦ green 70 ◦ blue 108

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

Shades of Corn Flower Blue #4C466C

Tints of Corn Flower Blue #4C466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 29.92%
G = 27.56%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C466C (or 0x4C466C) is known color: Corn Flower Blue. HEX triplet: 4C, 46 and 6C. RGB value is (76,70,108). Sum of RGB (Red+Green+Blue) = 76+70+108=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C466C is #B3B993. Grayscale: #4B4B4B. Windows color (decimal): -11778452 or 7095884. OLE color: 7095884.

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

Color convert

RGB 76 70 108 -
CMYK 0.30 0.35 0 0.58
HSL 249.47º 0.21% 0.35% -
HSV(B) 249.47º 0.35% 0.42% -
XYZ 7.88 7 15.12 -
YUV 76.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 76 70 108 0.30 0.35 0 0.58 249.47 0.21 0.35
Hex 4C 46 6C 1E 23 0 3A F9 15 23
Octal 114 106 154 36 43 0 72 371 25 43
Binary 1001100 1000110 1101100 11110 100011 0 111010 11111001 10101 100011

Color Harmonies of #4C466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C466C

Black with #4C466C

Text Example


Text Example

White with #4C466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,108); }

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

background-color css

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

 a { background-color: rgb(76,70,108); }

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

border-color css

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

 span { border-color: rgb(76,70,108); }

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