Html Css Color HEX #474778 Corn Flower Blue

📋 copy color: '#474778'

red 71 ◦ green 71 ◦ blue 120

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

Shades of Corn Flower Blue #474778

Tints of Corn Flower Blue #474778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 27.1%
G = 27.1%
B = 45.8%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474778 (or 0x474778) is known color: Corn Flower Blue. HEX triplet: 47, 47 and 78. RGB value is (71,71,120). Sum of RGB (Red+Green+Blue) = 71+71+120=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #474778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474778 is #B8B887. Grayscale: #4C4C4C. Windows color (decimal): -12105864 or 7882567. OLE color: 7882567.

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

Color convert

RGB 71 71 120 -
CMYK 0.41 0.41 0 0.53
HSL 240º 0.26% 0.37% -
HSV(B) 240º 0.41% 0.47% -
XYZ 8.24 7.2 18.73 -
YUV 76.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 71 71 120 0.41 0.41 0 0.53 240 0.26 0.37
Hex 47 47 78 29 29 0 35 F0 1A 25
Octal 107 107 170 51 51 0 65 360 32 45
Binary 1000111 1000111 1111000 101001 101001 0 110101 11110000 11010 100101

Color Harmonies of #474778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474778

Black with #474778

Text Example


Text Example

White with #474778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474778; }

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

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

background-color css

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

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

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

border-color css

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

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

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