Html Css Color HEX #4F6CBC Chetwode Blue

📋 copy color: '#4F6CBC'

red 79 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #4F6CBC

Tints of Chetwode Blue #4F6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 21.07%
G = 28.8%
B = 50.13%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F6CBC (or 0x4F6CBC) is known color: Chetwode Blue. HEX triplet: 4F, 6C and BC. RGB value is (79,108,188). Sum of RGB (Red+Green+Blue) = 79+108+188=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6CBC is #B09343. Grayscale: #6C6C6C. Windows color (decimal): -11572036 or 12348495. OLE color: 12348495.

HSL color Cylindrical-coordinate representation of color #4F6CBC: hue angle of 224.04º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F6CBC is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 108 188 -
CMYK 0.58 0.43 0 0.26
HSL 224.04º 0.45% 0.52% -
HSV(B) 224.04º 0.58% 0.74% -
XYZ 17.66 16.02 49.74 -
YUV 108.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 79 108 188 0.58 0.43 0 0.26 224.04 0.45 0.52
Hex 4F 6C BC 3A 2B 0 1A E0 2D 34
Octal 117 154 274 72 53 0 32 340 55 64
Binary 1001111 1101100 10111100 111010 101011 0 11010 11100000 101101 110100

Color Harmonies of #4F6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6CBC

Black with #4F6CBC

Text Example


Text Example

White with #4F6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,108,188); }

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

background-color css

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

 a { background-color: rgb(79,108,188); }

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

border-color css

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

 span { border-color: rgb(79,108,188); }

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