Html Css Color HEX #474663 Corn Flower Blue

📋 copy color: '#474663'

red 71 ◦ green 70 ◦ blue 99

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

Shades of Corn Flower Blue #474663

Tints of Corn Flower Blue #474663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 29.58%
G = 29.17%
B = 41.25%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474663 (or 0x474663) is known color: Corn Flower Blue. HEX triplet: 47, 46 and 63. RGB value is (71,70,99). Sum of RGB (Red+Green+Blue) = 71+70+99=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #474663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474663 is #B8B99C. Grayscale: #494949. Windows color (decimal): -12106141 or 6506055. OLE color: 6506055.

HSL color Cylindrical-coordinate representation of color #474663: hue angle of 242.07º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474663 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 70 99 -
CMYK 0.28 0.29 0 0.61
HSL 242.07º 0.17% 0.33% -
HSV(B) 242.07º 0.29% 0.39% -
XYZ 7.04 6.62 12.71 -
YUV 73.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 71 70 99 0.28 0.29 0 0.61 242.07 0.17 0.33
Hex 47 46 63 1C 1D 0 3D F2 11 21
Octal 107 106 143 34 35 0 75 362 21 41
Binary 1000111 1000110 1100011 11100 11101 0 111101 11110010 10001 100001

Color Harmonies of #474663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474663

Black with #474663

Text Example


Text Example

White with #474663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474663; }

 p { color: rgb(71,70,99); }

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

background-color css

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

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

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

border-color css

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

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

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