Html Css Color HEX #4A4867 Corn Flower Blue

📋 copy color: '#4A4867'

red 74 ◦ green 72 ◦ blue 103

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

Shades of Corn Flower Blue #4A4867

Tints of Corn Flower Blue #4A4867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 29.72%
G = 28.92%
B = 41.37%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A4867 (or 0x4A4867) is known color: Corn Flower Blue. HEX triplet: 4A, 48 and 67. RGB value is (74,72,103). Sum of RGB (Red+Green+Blue) = 74+72+103=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A4867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4867 is #B5B798. Grayscale: #4C4C4C. Windows color (decimal): -11909017 or 6768714. OLE color: 6768714.

HSL color Cylindrical-coordinate representation of color #4A4867: hue angle of 243.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4867 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 72 103 -
CMYK 0.28 0.30 0 0.60
HSL 243.87º 0.18% 0.34% -
HSV(B) 243.87º 0.3% 0.4% -
XYZ 7.59 7.07 13.8 -
YUV 76.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 74 72 103 0.28 0.30 0 0.60 243.87 0.18 0.34
Hex 4A 48 67 1C 1E 0 3C F4 12 22
Octal 112 110 147 34 36 0 74 364 22 42
Binary 1001010 1001000 1100111 11100 11110 0 111100 11110100 10010 100010

Color Harmonies of #4A4867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4867

Black with #4A4867

Text Example


Text Example

White with #4A4867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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