Html Css Color HEX #4A4C67 Corn Flower Blue

📋 copy color: '#4A4C67'

red 74 ◦ green 76 ◦ blue 103

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

Shades of Corn Flower Blue #4A4C67

Tints of Corn Flower Blue #4A4C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.04%

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

R = 29.25%
G = 30.04%
B = 40.71%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A4C67 (or 0x4A4C67) is known color: Corn Flower Blue. HEX triplet: 4A, 4C and 67. RGB value is (74,76,103). Sum of RGB (Red+Green+Blue) = 74+76+103=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A4C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4C67 is #B5B398. Grayscale: #4E4E4E. Windows color (decimal): -11907993 or 6769738. OLE color: 6769738.

HSL color Cylindrical-coordinate representation of color #4A4C67: hue angle of 235.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A4C67 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 76 103 -
CMYK 0.28 0.26 0 0.60
HSL 235.86º 0.16% 0.35% -
HSV(B) 235.86º 0.28% 0.4% -
XYZ 7.86 7.6 13.89 -
YUV 78.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 74 76 103 0.28 0.26 0 0.60 235.86 0.16 0.35
Hex 4A 4C 67 1C 1A 0 3C EC 10 23
Octal 112 114 147 34 32 0 74 354 20 43
Binary 1001010 1001100 1100111 11100 11010 0 111100 11101100 10000 100011

Color Harmonies of #4A4C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4C67

Black with #4A4C67

Text Example


Text Example

White with #4A4C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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