Html Css Color HEX #464177 Corn Flower Blue

📋 copy color: '#464177'

red 70 ◦ green 65 ◦ blue 119

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

Shades of Corn Flower Blue #464177

Tints of Corn Flower Blue #464177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 27.56%
G = 25.59%
B = 46.85%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#464177 (or 0x464177) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 77. RGB value is (70,65,119). Sum of RGB (Red+Green+Blue) = 70+65+119=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #464177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464177 is #B9BE88. Grayscale: #484848. Windows color (decimal): -12172937 or 7815494. OLE color: 7815494.

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

Color convert

RGB 70 65 119 -
CMYK 0.41 0.45 0 0.53
HSL 245.56º 0.29% 0.36% -
HSV(B) 245.56º 0.45% 0.47% -
XYZ 7.75 6.41 18.28 -
YUV 72.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 70 65 119 0.41 0.45 0 0.53 245.56 0.29 0.36
Hex 46 41 77 29 2D 0 35 F6 1D 24
Octal 106 101 167 51 55 0 65 366 35 44
Binary 1000110 1000001 1110111 101001 101101 0 110101 11110110 11101 100100

Color Harmonies of #464177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464177

Black with #464177

Text Example


Text Example

White with #464177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464177; }

 p { color: rgb(70,65,119); }

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

background-color css

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

 a { background-color: rgb(70,65,119); }

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

border-color css

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

 span { border-color: rgb(70,65,119); }

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