Html Css Color HEX #478CBD Curious Blue

📋 copy color: '#478CBD'

red 71 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #478CBD

Tints of Curious Blue #478CBD

RGB

 RED value IS 71 (28.13% from 255) = 17.75%

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 17.75%
G = 35%
B = 47.25%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#478CBD (or 0x478CBD) is known color: Curious Blue. HEX triplet: 47, 8C and BD. RGB value is (71,140,189). Sum of RGB (Red+Green+Blue) = 71+140+189=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #478CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CBD is #B87342. Grayscale: #7C7C7C. Windows color (decimal): -12088131 or 12422215. OLE color: 12422215.

HSL color Cylindrical-coordinate representation of color #478CBD: hue angle of 204.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478CBD is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 140 189 -
CMYK 0.62 0.26 0 0.26
HSL 204.92º 0.47% 0.51% -
HSV(B) 204.92º 0.62% 0.74% -
XYZ 21.16 23.77 51.62 -
YUV 124.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 71 140 189 0.62 0.26 0 0.26 204.92 0.47 0.51
Hex 47 8C BD 3E 1A 0 1A CD 2F 33
Octal 107 214 275 76 32 0 32 315 57 63
Binary 1000111 10001100 10111101 111110 11010 0 11010 11001101 101111 110011

Color Harmonies of #478CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CBD

Black with #478CBD

Text Example


Text Example

White with #478CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478CBD; }

 p { color: rgb(71,140,189); }

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

background-color css

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

 a { background-color: rgb(71,140,189); }

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

border-color css

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

 span { border-color: rgb(71,140,189); }

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