Html Css Color HEX #4F60B3 Rich Blue

📋 copy color: '#4F60B3'

red 79 ◦ green 96 ◦ blue 179

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

Shades of Rich Blue #4F60B3

Tints of Rich Blue #4F60B3

RGB

 RED value IS 79 (31.25% from 255) = 22.32%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 22.32%
G = 27.12%
B = 50.56%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F60B3 (or 0x4F60B3) is known color: Rich Blue. HEX triplet: 4F, 60 and B3. RGB value is (79,96,179). Sum of RGB (Red+Green+Blue) = 79+96+179=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F60B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F60B3 is #B09F4C. Grayscale: #646464. Windows color (decimal): -11575117 or 11755599. OLE color: 11755599.

HSL color Cylindrical-coordinate representation of color #4F60B3: hue angle of 229.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F60B3 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 96 179 -
CMYK 0.56 0.46 0 0.30
HSL 229.8º 0.4% 0.51% -
HSV(B) 229.8º 0.56% 0.7% -
XYZ 15.54 13.28 44.39 -
YUV 100.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 79 96 179 0.56 0.46 0 0.30 229.8 0.4 0.51
Hex 4F 60 B3 38 2E 0 1E E6 28 33
Octal 117 140 263 70 56 0 36 346 50 63
Binary 1001111 1100000 10110011 111000 101110 0 11110 11100110 101000 110011

Color Harmonies of #4F60B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F60B3

Black with #4F60B3

Text Example


Text Example

White with #4F60B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F60B3; }

 p { color: rgb(79,96,179); }

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

background-color css

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

 a { background-color: rgb(79,96,179); }

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

border-color css

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

 span { border-color: rgb(79,96,179); }

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