Html Css Color HEX #4A4568 Corn Flower Blue

📋 copy color: '#4A4568'

red 74 ◦ green 69 ◦ blue 104

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

Shades of Corn Flower Blue #4A4568

Tints of Corn Flower Blue #4A4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 29.96%
G = 27.94%
B = 42.11%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A4568 (or 0x4A4568) is known color: Corn Flower Blue. HEX triplet: 4A, 45 and 68. RGB value is (74,69,104). Sum of RGB (Red+Green+Blue) = 74+69+104=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4568 is #B5BA97. Grayscale: #4A4A4A. Windows color (decimal): -11909784 or 6833482. OLE color: 6833482.

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

Color convert

RGB 74 69 104 -
CMYK 0.29 0.34 0 0.59
HSL 248.57º 0.2% 0.34% -
HSV(B) 248.57º 0.34% 0.41% -
XYZ 7.45 6.71 14 -
YUV 74.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 74 69 104 0.29 0.34 0 0.59 248.57 0.2 0.34
Hex 4A 45 68 1D 22 0 3B F9 14 22
Octal 112 105 150 35 42 0 73 371 24 42
Binary 1001010 1000101 1101000 11101 100010 0 111011 11111001 10100 100010

Color Harmonies of #4A4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4568

Black with #4A4568

Text Example


Text Example

White with #4A4568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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