Html Css Color HEX #4A4768 Corn Flower Blue

📋 copy color: '#4A4768'

red 74 ◦ green 71 ◦ blue 104

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

Shades of Corn Flower Blue #4A4768

Tints of Corn Flower Blue #4A4768

RGB

 RED value IS 74 (29.3% from 255) = 29.72%

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 29.72%
G = 28.51%
B = 41.77%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A4768 (or 0x4A4768) is known color: Corn Flower Blue. HEX triplet: 4A, 47 and 68. RGB value is (74,71,104). Sum of RGB (Red+Green+Blue) = 74+71+104=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4768 is #B5B897. Grayscale: #4B4B4B. Windows color (decimal): -11909272 or 6833994. OLE color: 6833994.

HSL color Cylindrical-coordinate representation of color #4A4768: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4768 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 71 104 -
CMYK 0.29 0.32 0 0.59
HSL 245.45º 0.19% 0.34% -
HSV(B) 245.45º 0.32% 0.41% -
XYZ 7.58 6.96 14.04 -
YUV 75.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 74 71 104 0.29 0.32 0 0.59 245.45 0.19 0.34
Hex 4A 47 68 1D 20 0 3B F5 13 22
Octal 112 107 150 35 40 0 73 365 23 42
Binary 1001010 1000111 1101000 11101 100000 0 111011 11110101 10011 100010

Color Harmonies of #4A4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4768

Black with #4A4768

Text Example


Text Example

White with #4A4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,71,104); }

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

background-color css

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

 a { background-color: rgb(74,71,104); }

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

border-color css

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

 span { border-color: rgb(74,71,104); }

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