Html Css Color HEX #464779 Corn Flower Blue

📋 copy color: '#464779'

red 70 ◦ green 71 ◦ blue 121

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

Shades of Corn Flower Blue #464779

Tints of Corn Flower Blue #464779

RGB

 RED value IS 70 (27.73% from 255) = 26.72%

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 26.72%
G = 27.1%
B = 46.18%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#464779 (or 0x464779) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 79. RGB value is (70,71,121). Sum of RGB (Red+Green+Blue) = 70+71+121=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #464779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464779 is #B9B886. Grayscale: #4C4C4C. Windows color (decimal): -12171399 or 7948102. OLE color: 7948102.

HSL color Cylindrical-coordinate representation of color #464779: hue angle of 238.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464779 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 71 121 -
CMYK 0.42 0.41 0 0.53
HSL 238.82º 0.27% 0.37% -
HSV(B) 238.82º 0.42% 0.47% -
XYZ 8.23 7.19 19.04 -
YUV 76.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 70 71 121 0.42 0.41 0 0.53 238.82 0.27 0.37
Hex 46 47 79 2A 29 0 35 EF 1B 25
Octal 106 107 171 52 51 0 65 357 33 45
Binary 1000110 1000111 1111001 101010 101001 0 110101 11101111 11011 100101

Color Harmonies of #464779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464779

Black with #464779

Text Example


Text Example

White with #464779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464779; }

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

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

background-color css

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

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

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

border-color css

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

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

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