Html Css Color HEX #4F68B5 Chetwode Blue

📋 copy color: '#4F68B5'

red 79 ◦ green 104 ◦ blue 181

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

Shades of Chetwode Blue #4F68B5

Tints of Chetwode Blue #4F68B5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

 BLUE value IS 181 (71.09% from 255) = 49.73%

R = 21.7%
G = 28.57%
B = 49.73%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4F68B5 (or 0x4F68B5) is known color: Chetwode Blue. HEX triplet: 4F, 68 and B5. RGB value is (79,104,181). Sum of RGB (Red+Green+Blue) = 79+104+181=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #4F68B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68B5 is #B0974A. Grayscale: #686868. Windows color (decimal): -11573067 or 11888719. OLE color: 11888719.

HSL color Cylindrical-coordinate representation of color #4F68B5: hue angle of 225.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F68B5 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 104 181 -
CMYK 0.56 0.43 0 0.29
HSL 225.29º 0.41% 0.51% -
HSV(B) 225.29º 0.56% 0.71% -
XYZ 16.52 14.9 45.72 -
YUV 105.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 79 104 181 0.56 0.43 0 0.29 225.29 0.41 0.51
Hex 4F 68 B5 38 2B 0 1D E1 29 33
Octal 117 150 265 70 53 0 35 341 51 63
Binary 1001111 1101000 10110101 111000 101011 0 11101 11100001 101001 110011

Color Harmonies of #4F68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F68B5

Black with #4F68B5

Text Example


Text Example

White with #4F68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,104,181); }

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

background-color css

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

 a { background-color: rgb(79,104,181); }

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

border-color css

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

 span { border-color: rgb(79,104,181); }

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