Html Css Color HEX #4A4868 Corn Flower Blue

📋 copy color: '#4A4868'

red 74 ◦ green 72 ◦ blue 104

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

Shades of Corn Flower Blue #4A4868

Tints of Corn Flower Blue #4A4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 29.6%
G = 28.8%
B = 41.6%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A4868 (or 0x4A4868) is known color: Corn Flower Blue. HEX triplet: 4A, 48 and 68. RGB value is (74,72,104). Sum of RGB (Red+Green+Blue) = 74+72+104=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4868 is #B5B797. Grayscale: #4C4C4C. Windows color (decimal): -11909016 or 6834250. OLE color: 6834250.

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

Color convert

RGB 74 72 104 -
CMYK 0.29 0.31 0 0.59
HSL 243.75º 0.18% 0.35% -
HSV(B) 243.75º 0.31% 0.41% -
XYZ 7.64 7.09 14.06 -
YUV 76.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 74 72 104 0.29 0.31 0 0.59 243.75 0.18 0.35
Hex 4A 48 68 1D 1F 0 3B F4 12 23
Octal 112 110 150 35 37 0 73 364 22 43
Binary 1001010 1001000 1101000 11101 11111 0 111011 11110100 10010 100011

Color Harmonies of #4A4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4868

Black with #4A4868

Text Example


Text Example

White with #4A4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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