Html Css Color HEX #474A69 Corn Flower Blue

📋 copy color: '#474A69'

red 71 ◦ green 74 ◦ blue 105

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

Shades of Corn Flower Blue #474A69

Tints of Corn Flower Blue #474A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42%

R = 28.4%
G = 29.6%
B = 42%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474A69 (or 0x474A69) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 69. RGB value is (71,74,105). Sum of RGB (Red+Green+Blue) = 71+74+105=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #474A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A69 is #B8B596. Grayscale: #4C4C4C. Windows color (decimal): -12105111 or 6900295. OLE color: 6900295.

HSL color Cylindrical-coordinate representation of color #474A69: hue angle of 234.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474A69 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 74 105 -
CMYK 0.32 0.30 0 0.59
HSL 234.71º 0.19% 0.35% -
HSV(B) 234.71º 0.32% 0.41% -
XYZ 7.6 7.26 14.36 -
YUV 76.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 71 74 105 0.32 0.30 0 0.59 234.71 0.19 0.35
Hex 47 4A 69 20 1E 0 3B EB 13 23
Octal 107 112 151 40 36 0 73 353 23 43
Binary 1000111 1001010 1101001 100000 11110 0 111011 11101011 10011 100011

Color Harmonies of #474A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A69

Black with #474A69

Text Example


Text Example

White with #474A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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