Html Css Color HEX #474A75 Corn Flower Blue

📋 copy color: '#474A75'

red 71 ◦ green 74 ◦ blue 117

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

Shades of Corn Flower Blue #474A75

Tints of Corn Flower Blue #474A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 27.1%
G = 28.24%
B = 44.66%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474A75 (or 0x474A75) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 75. RGB value is (71,74,117). Sum of RGB (Red+Green+Blue) = 71+74+117=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #474A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A75 is #B8B58A. Grayscale: #4D4D4D. Windows color (decimal): -12105099 or 7686727. OLE color: 7686727.

HSL color Cylindrical-coordinate representation of color #474A75: hue angle of 236.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474A75 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 74 117 -
CMYK 0.39 0.37 0 0.54
HSL 236.09º 0.24% 0.37% -
HSV(B) 236.09º 0.39% 0.46% -
XYZ 8.26 7.52 17.85 -
YUV 78.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 71 74 117 0.39 0.37 0 0.54 236.09 0.24 0.37
Hex 47 4A 75 27 25 0 36 EC 18 25
Octal 107 112 165 47 45 0 66 354 30 45
Binary 1000111 1001010 1110101 100111 100101 0 110110 11101100 11000 100101

Color Harmonies of #474A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A75

Black with #474A75

Text Example


Text Example

White with #474A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A75; }

 p { color: rgb(71,74,117); }

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

background-color css

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

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

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

border-color css

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

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

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