Html Css Color HEX #474378 Corn Flower Blue

📋 copy color: '#474378'

red 71 ◦ green 67 ◦ blue 120

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

Shades of Corn Flower Blue #474378

Tints of Corn Flower Blue #474378

RGB

 RED value IS 71 (28.13% from 255) = 27.52%

 GREEN value IS 67 (26.56% from 255) = 25.97%

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 27.52%
G = 25.97%
B = 46.51%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474378 (or 0x474378) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 78. RGB value is (71,67,120). Sum of RGB (Red+Green+Blue) = 71+67+120=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #474378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474378 is #B8BC87. Grayscale: #4A4A4A. Windows color (decimal): -12106888 or 7881543. OLE color: 7881543.

HSL color Cylindrical-coordinate representation of color #474378: hue angle of 244.53º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474378 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 67 120 -
CMYK 0.41 0.44 0 0.53
HSL 244.53º 0.28% 0.37% -
HSV(B) 244.53º 0.44% 0.47% -
XYZ 8 6.71 18.64 -
YUV 74.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 71 67 120 0.41 0.44 0 0.53 244.53 0.28 0.37
Hex 47 43 78 29 2C 0 35 F5 1C 25
Octal 107 103 170 51 54 0 65 365 34 45
Binary 1000111 1000011 1111000 101001 101100 0 110101 11110101 11100 100101

Color Harmonies of #474378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474378

Black with #474378

Text Example


Text Example

White with #474378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474378; }

 p { color: rgb(71,67,120); }

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

background-color css

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

 a { background-color: rgb(71,67,120); }

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

border-color css

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

 span { border-color: rgb(71,67,120); }

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