Html Css Color HEX #474267 Corn Flower Blue

📋 copy color: '#474267'

red 71 ◦ green 66 ◦ blue 103

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

Shades of Corn Flower Blue #474267

Tints of Corn Flower Blue #474267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 29.58%
G = 27.5%
B = 42.92%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#474267 (or 0x474267) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 67. RGB value is (71,66,103). Sum of RGB (Red+Green+Blue) = 71+66+103=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #474267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474267 is #B8BD98. Grayscale: #474747. Windows color (decimal): -12107161 or 6767175. OLE color: 6767175.

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

Color convert

RGB 71 66 103 -
CMYK 0.31 0.36 0 0.60
HSL 248.11º 0.22% 0.33% -
HSV(B) 248.11º 0.36% 0.4% -
XYZ 6.99 6.22 13.66 -
YUV 71.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 71 66 103 0.31 0.36 0 0.60 248.11 0.22 0.33
Hex 47 42 67 1F 24 0 3C F8 16 21
Octal 107 102 147 37 44 0 74 370 26 41
Binary 1000111 1000010 1100111 11111 100100 0 111100 11111000 10110 100001

Color Harmonies of #474267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474267

Black with #474267

Text Example


Text Example

White with #474267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474267; }

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

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

background-color css

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

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

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

border-color css

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

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

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