Html Css Color HEX #474567 Corn Flower Blue

📋 copy color: '#474567'

red 71 ◦ green 69 ◦ blue 103

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

Shades of Corn Flower Blue #474567

Tints of Corn Flower Blue #474567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 29.22%
G = 28.4%
B = 42.39%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#474567 (or 0x474567) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 67. RGB value is (71,69,103). Sum of RGB (Red+Green+Blue) = 71+69+103=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #474567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474567 is #B8BA98. Grayscale: #494949. Windows color (decimal): -12106393 or 6767943. OLE color: 6767943.

HSL color Cylindrical-coordinate representation of color #474567: hue angle of 243.53º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474567 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 69 103 -
CMYK 0.31 0.33 0 0.60
HSL 243.53º 0.2% 0.34% -
HSV(B) 243.53º 0.33% 0.4% -
XYZ 7.17 6.58 13.72 -
YUV 73.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 71 69 103 0.31 0.33 0 0.60 243.53 0.2 0.34
Hex 47 45 67 1F 21 0 3C F4 14 22
Octal 107 105 147 37 41 0 74 364 24 42
Binary 1000111 1000101 1100111 11111 100001 0 111100 11110100 10100 100010

Color Harmonies of #474567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474567

Black with #474567

Text Example


Text Example

White with #474567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474567; }

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

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

background-color css

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

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

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

border-color css

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

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

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