Html Css Color HEX #474B6F Corn Flower Blue

📋 copy color: '#474B6F'

red 71 ◦ green 75 ◦ blue 111

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

Shades of Corn Flower Blue #474B6F

Tints of Corn Flower Blue #474B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 27.63%
G = 29.18%
B = 43.19%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474B6F (or 0x474B6F) is known color: Corn Flower Blue. HEX triplet: 47, 4B and 6F. RGB value is (71,75,111). Sum of RGB (Red+Green+Blue) = 71+75+111=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #474B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B6F is #B8B490. Grayscale: #4D4D4D. Windows color (decimal): -12104849 or 7293767. OLE color: 7293767.

HSL color Cylindrical-coordinate representation of color #474B6F: hue angle of 234º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #474B6F is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 75 111 -
CMYK 0.36 0.32 0 0.56
HSL 234º 0.22% 0.36% -
HSV(B) 234º 0.36% 0.44% -
XYZ 7.98 7.52 16.07 -
YUV 77.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 71 75 111 0.36 0.32 0 0.56 234 0.22 0.36
Hex 47 4B 6F 24 20 0 38 EA 16 24
Octal 107 113 157 44 40 0 70 352 26 44
Binary 1000111 1001011 1101111 100100 100000 0 111000 11101010 10110 100100

Color Harmonies of #474B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B6F

Black with #474B6F

Text Example


Text Example

White with #474B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,75,111); }

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

background-color css

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

 a { background-color: rgb(71,75,111); }

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

border-color css

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

 span { border-color: rgb(71,75,111); }

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