Html Css Color HEX #474568 Corn Flower Blue

📋 copy color: '#474568'

red 71 ◦ green 69 ◦ blue 104

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

Shades of Corn Flower Blue #474568

Tints of Corn Flower Blue #474568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 29.1%
G = 28.28%
B = 42.62%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474568 (or 0x474568) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 68. RGB value is (71,69,104). Sum of RGB (Red+Green+Blue) = 71+69+104=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #474568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474568 is #B8BA97. Grayscale: #494949. Windows color (decimal): -12106392 or 6833479. OLE color: 6833479.

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

Color convert

RGB 71 69 104 -
CMYK 0.32 0.34 0 0.59
HSL 243.43º 0.2% 0.34% -
HSV(B) 243.43º 0.34% 0.41% -
XYZ 7.23 6.6 13.99 -
YUV 73.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 71 69 104 0.32 0.34 0 0.59 243.43 0.2 0.34
Hex 47 45 68 20 22 0 3B F3 14 22
Octal 107 105 150 40 42 0 73 363 24 42
Binary 1000111 1000101 1101000 100000 100010 0 111011 11110011 10100 100010

Color Harmonies of #474568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474568

Black with #474568

Text Example


Text Example

White with #474568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474568; }

 p { color: rgb(71,69,104); }

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

background-color css

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

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

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

border-color css

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

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

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