Html Css Color HEX #4F2F8B Kingfisher Daisy

📋 copy color: '#4F2F8B'

red 79 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #4F2F8B

Tints of Kingfisher Daisy #4F2F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 29.81%
G = 17.74%
B = 52.45%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F2F8B (or 0x4F2F8B) is known color: Kingfisher Daisy. HEX triplet: 4F, 2F and 8B. RGB value is (79,47,139). Sum of RGB (Red+Green+Blue) = 79+47+139=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F2F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2F8B is #B0D074. Grayscale: #424242. Windows color (decimal): -11587701 or 9121615. OLE color: 9121615.

HSL color Cylindrical-coordinate representation of color #4F2F8B: hue angle of 260.87º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F2F8B is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 47 139 -
CMYK 0.43 0.66 0 0.45
HSL 260.87º 0.49% 0.36% -
HSV(B) 260.87º 0.66% 0.55% -
XYZ 8.9 5.56 25.03 -
YUV 67.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 79 47 139 0.43 0.66 0 0.45 260.87 0.49 0.36
Hex 4F 2F 8B 2B 42 0 2D 105 31 24
Octal 117 57 213 53 102 0 55 405 61 44
Binary 1001111 101111 10001011 101011 1000010 0 101101 100000101 110001 100100

Color Harmonies of #4F2F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2F8B

Black with #4F2F8B

Text Example


Text Example

White with #4F2F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,47,139); }

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

background-color css

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

 a { background-color: rgb(79,47,139); }

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

border-color css

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

 span { border-color: rgb(79,47,139); }

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